From: Chris Koeritz Date: Sat, 4 Nov 2017 02:43:27 +0000 (-0400) Subject: fixes annoying message about zz_getem X-Git-Tag: 2.140.90~96 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=918452e1e1f89a481787d13f890d2f623d62edf6;p=feisty_meow.git fixes annoying message about zz_getem --- diff --git a/scripts/rev_control/getem.sh b/scripts/rev_control/getem.sh index 8c5ace78..8f6c6aac 100644 --- 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