Files
android_development/ide/intellij/p4.sh
The Android Open Source Project 5c11852110 Initial Contribution
2008-10-21 07:00:00 -07: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 $*