Revision 99895f85b3d9ee9c3a016a93c6603b6e89e7c121 authored by Brad King on 24 February 2016, 14:39:22 UTC, committed by CMake Topic Stage on 24 February 2016, 14:39:22 UTC
b860a925 Xcode: Refactor block writes to allow any level of nesting

2 parent s 2186cff + b860a92
Raw File
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