summaryrefslogtreecommitdiff
path: root/Tests/CTestUpdateGIT.sh.in
blob: e7586d6bfaf036bff4c5133f60c4096103166340 (plain)
1
2
3
4
5
6
#!/bin/sh
if test "x$1" = "xpull" -o "x$1" = "xreset"; then
    "@GIT@" "$@" && sleep 1 && touch foo.txt
else
    exec "@GIT@" "$@"
fi