Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_development
/
refs/heads/eclair
/
.
/
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 $
*