Browse Source

sde-nopaste: removed -v from `rm` call

user/amery/test/random-cleanup
Alejandro Mery 14 years ago
parent
commit
c3d4b532eb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/sde-nopaste

+ 1
- 1
bin/sde-nopaste

@ -55,7 +55,7 @@ esac
hash=$(curl -si -H 'Expect:' -F "sourcefile=@$file" -F lang=$lang \
$NOPASTE | grep ^Location: | tr -d '\r' | cut -d' ' -f2-)
[ -z "$tmpfile" ] || rm -vf "$file"
[ -z "$tmpfile" ] || rm -f "$file"
if [ -z "$hash" ]; then
echo_error "failed to paste to $NOPASTE."

Loading…
Cancel
Save