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