Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
development
/
d8865cc32c917cebf1fc65c8266d939b9a5718a7
/
.
/
ide
/
intellij
/
p4.sh
blob: 0665a63ce6794264bc1b416f4404407de0ea018d [
file
] [
log
] [
blame
]
The Android Open Source Project
52d4c30
2009-03-03 19:29:09 -0800
[
diff
] [
blame
]
1
#!/bin/sh
2
3
if
[
$1
==
"fstat"
]
&&
[
$2
=~
".*/out/.*"
];
then
4
echo
"$2 - file(s) not in client view."
>&
2
5
exit
0
6
fi
7
8
exec
/
opt
/
local
/
bin
/
p4 $
*