X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/efcfc29cb4b7327752231687ed4052b11532022f..5a09744796fd46762c35cb9a1590c1c49cb07e3d:/vcsh diff --git a/vcsh b/vcsh index 18e9dfd..4854f5e 100755 --- a/vcsh +++ b/vcsh @@ -94,9 +94,9 @@ delete() { $files AGAIN, THIS WILL DELETE YOUR DATA! -To continue, type \"Yes, do as I say\"" +To continue, type 'Yes, do as I say'" read answer - [ "x$answer" = "xYes, do as I say" ] || exit 16 + [ "x$answer" = 'xYes, do as I say' ] || exit 16 for file in $files; do rm -f $file || info "could not delete '$file', continuing with deletion" done