commit 67df9af

hovercats  ·  2023-03-09 20:03:21 +0000 UTC
parent 99c31cb
dsearch: if not does not use { .. }
1 files changed,  +1, -2
+1, -2
1@@ -11,6 +11,5 @@ STRING=`{printf '' | dmenu -p 'Search' | sed 's/ /%20/g'}
2 if (test -z $STRING){
3 	exit 1
4 }
5-if not {
6+if not
7 	$BROWSER $ENGINE$STRING
8-}