CMake Nightly Date Stamp
[kiteware-cmake.git] / Tests / CTestUpdateGIT.sh.in
blobe7586d6bfaf036bff4c5133f60c4096103166340
1 #!/bin/sh
2 if test "x$1" = "xpull" -o "x$1" = "xreset"; then
3 "@GIT@" "$@" && sleep 1 && touch foo.txt
4 else
5 exec "@GIT@" "$@"
6 fi