Files
android_development/ide/intellij/p4.sh
The Android Open Source Project 52d4c30ca5 auto import from //depot/cupcake/@135843
2009-03-03 19:29:09 -08:00

9 lines
148 B
Bash
Executable File

#!/bin/sh
if [ $1 == "fstat" ] && [ $2 =~ ".*/out/.*" ]; then
echo "$2 - file(s) not in client view." >&2
exit 0
fi
exec /opt/local/bin/p4 $*