blob: 0665a63ce6794264bc1b416f4404407de0ea018d [file] [log] [blame]
The Android Open Source Project52d4c302009-03-03 19:29:09 -08001#!/bin/sh
2
3if [ $1 == "fstat" ] && [ $2 =~ ".*/out/.*" ]; then
4 echo "$2 - file(s) not in client view." >&2
5 exit 0
6fi
7
8exec /opt/local/bin/p4 $*