CTestUpdateGIT.sh.in 135 B

123456
  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