X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fgetem.sh;fp=scripts%2Frev_control%2Fgetem.sh;h=8f6c6aacf2c5ec47aa04c4cad05ee29c74431793;hb=918452e1e1f89a481787d13f890d2f623d62edf6;hp=8c5ace7828aa11821f96dbd5be4be6537321dac2;hpb=8f9139dd7856bf65218a9889fb1102a50b5d820c;p=feisty_meow.git 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