https://github.com/Kitware/CMake
Revision 26607e9ae32ab8e62a94cbf9b93f8653a3a7756a authored by KWSys Robot on 24 June 2011, 04:01:28 UTC, committed by KWSys Robot on 24 June 2011, 04:12:38 UTC
1 parent 672b6ca
Raw File
Tip revision: 26607e9ae32ab8e62a94cbf9b93f8653a3a7756a authored by KWSys Robot on 24 June 2011, 04:01:28 UTC
KWSys Nightly Date Stamp
Tip revision: 26607e9
CTestUpdateGIT.sh.in
#!/bin/sh
if test "x$1" = "xpull" -o "x$1" = "xreset"; then
    "@GIT@" "$@" && sleep 1 && touch foo.txt
else
    exec "@GIT@" "$@"
fi
back to top