From: Philipp Takacs Date: Sat, 27 Aug 2016 21:17:35 +0000 (+0200) Subject: Fix misspelled variable in uip/whatnow2.sh X-Git-Tag: mmh-0.4~73 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=292c381b278f6761440c8f7438488e9cd4377c4a Fix misspelled variable in uip/whatnow2.sh This make the error message better --- diff --git a/uip/whatnow2.sh b/uip/whatnow2.sh index 7ddebea..543dbe5 100755 --- a/uip/whatnow2.sh +++ b/uip/whatnow2.sh @@ -244,7 +244,7 @@ then version $# ;; *) - echo "no current message in $draftsfolder" 1>&2 + echo "no current message in $draftfolder" 1>&2 usage 1 ;; esac