Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
64e66b4be310dd0a5cb2ea61092eb97b8ec4f574
/
.
/
Tests
/
CTestUpdateGIT.sh.in
blob: e7586d6bfaf036bff4c5133f60c4096103166340 [
file
] [
log
] [
blame
]
#!/bin/sh
if
test
"x$1"
=
"xpull"
-
o
"x$1"
=
"xreset"
;
then
"@GIT@"
"$@"
&&
sleep
1
&&
touch foo
.
txt
else
exec
"@GIT@"
"$@"
fi