cmake/Tests/CTestUpdateGIT.sh.in

7 lines
135 B
Bash
Raw Normal View History

2010-03-17 14:00:29 +02:00
#!/bin/sh
2010-06-23 01:18:35 +03:00
if test "x$1" = "xpull" -o "x$1" = "xreset"; then
2010-03-17 14:00:29 +02:00
"@GIT@" "$@" && sleep 1 && touch foo.txt
else
exec "@GIT@" "$@"
fi