fixes annoying message about zz_getem
authorChris Koeritz <fred@gruntose.com>
Sat, 4 Nov 2017 02:43:27 +0000 (22:43 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 4 Nov 2017 02:43:27 +0000 (22:43 -0400)
scripts/rev_control/getem.sh

index 8c5ace7828aa11821f96dbd5be4be6537321dac2..8f6c6aacf2c5ec47aa04c4cad05ee29c74431793 100644 (file)
@@ -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