cmake/Tests/CTestUpdateGIT.sh.in
2010-06-23 01:18:35 +03:00

7 lines
135 B
Bash
Executable File

#!/bin/sh
if test "x$1" = "xpull" -o "x$1" = "xreset"; then
"@GIT@" "$@" && sleep 1 && touch foo.txt
else
exec "@GIT@" "$@"
fi