X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/ab60947be1d3050fbdd22b0226e294d5361e2f9f..bca2a941861cdcb8e124e5a0f9fd08198958d0f6:/vcsh diff --git a/vcsh b/vcsh index 4732e46..d3e2329 100755 --- a/vcsh +++ b/vcsh @@ -1,7 +1,7 @@ #!/bin/sh # This program is licensed under the GNU GPL version 2 or later. -# (c) Richard "RichiH" Hartmann , 2011 +# (c) Richard "RichiH" Hartmann , 2011-2012 # For details, see LICENSE. To submit patches, you have to agree to # license your code under the GNU GPL version 2 or later. @@ -94,7 +94,7 @@ 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 for file in $files; do