]> git.marmaro.de Git - mmh/commitdiff
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 f8778b1b6461f4131332e77a2e14d94138b97fd1..a4a2cc5dc77469c1fd994957b19bb394e01222bb 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" ]