From 292c381b278f6761440c8f7438488e9cd4377c4a Mon Sep 17 00:00:00 2001 From: Philipp Takacs Date: Sat, 27 Aug 2016 23:17:35 +0200 Subject: [PATCH 1/1] Fix misspelled variable in uip/whatnow2.sh This make the error message better --- uip/whatnow2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4