projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f9139d
)
fixes annoying message about zz_getem
author
Chris Koeritz
<fred@gruntose.com>
Sat, 4 Nov 2017 02:43:27 +0000
(22:43 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sat, 4 Nov 2017 02:43:27 +0000
(22:43 -0400)
scripts/rev_control/getem.sh
patch
|
blob
|
history
diff --git
a/scripts/rev_control/getem.sh
b/scripts/rev_control/getem.sh
index 8c5ace7828aa11821f96dbd5be4be6537321dac2..8f6c6aacf2c5ec47aa04c4cad05ee29c74431793 100644
(file)
--- a/
scripts/rev_control/getem.sh
+++ b/
scripts/rev_control/getem.sh
@@
-16,7
+16,7
@@
if [ "$(\pwd)" != "$tmpdir" ]; then
echo "moving to the TMP directory to avoid file access conflicts..."
fi
new_name="$TMP/zz_$(basename $0)"
- cp -f "$0" "$new_name"
+
\
cp -f "$0" "$new_name"
if [ $? -ne 0 ]; then
echo "failed to copy this script up to the TMP directory. exploit attempted?"
exit 1