Revision 2b0256c5ade94ca19467fd42075b3c22bd3856f2 authored by Brad King on 02 February 2017, 13:55:31 UTC, committed by CMake Topic Stage on 02 February 2017, 13:55:31 UTC
645dd3ca FindCUDA: Fix typo in CUDA_DETECT_INSTALLED_GPUS doc string

2 parent s 3e34049 + 645dd3c
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