Fix typo in whatnow2.sh
authorm@mmmmarascio.xyz <m@mmmmarascio.xyz>
Sat, 6 Aug 2016 21:13:18 +0000 (14:13 -0700)
committerPhilipp Takacs <philipp@bureaucracy.de>
Sat, 6 Aug 2016 21:40:13 +0000 (23:40 +0200)
command call is done with `command` not "command"

uip/whatnow2.sh

index f8778b1..a4a2cc5 100755 (executable)
@@ -230,7 +230,7 @@ fi
 command=$1
 shift
 
-draftfolder="mhparam draftfolder"
+draftfolder=`mhparam draftfolder`
 
 mhdraft=`mhpath $draftfolder c 2>/dev/null`
 if [ -z "$mhdraft" ]