swh:1:snp:3cba5856b0ddc3feab6c3c2d096d614b02c883ec
Raw File
Tip revision: 55d6aa36a522f2dd7849ccd53d9e743a88f8c7a1 authored by Brad King on 09 June 2014, 14:51:47 UTC
CMake 3.0.0
Tip revision: 55d6aa3
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