CMake/Tests/CTestUpdateGIT.sh.in
2010-02-11 10:50:43 -05:00

7 lines
115 B
Bash
Executable File

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