CMake/Tests/CTestUpdateGIT.sh.in

7 lines
115 B
Bash
Raw Normal View History

2010-02-11 18:50:43 +03:00
#!/bin/sh
if test "x$1" = "xpull"; then
"@GIT@" "$@" && sleep 1 && touch foo.txt
else
exec "@GIT@" "$@"
fi