Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6e3e8827faf0bf2363ecf9035b5573e715e52fb2
/
.
/
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