aboutsummaryrefslogtreecommitdiff
path: root/yts
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2023-03-04 12:42:35 +0530
committersinanmohd <pcmsinan@gmail.com>2023-03-11 19:05:05 +0530
commit3095c10db9436b872fa80b5064633f5e6140360a (patch)
treeb162b309331b3aeb535ec8929867536ade295458 /yts
parented8560aa4ff35989dc6ea6f39da3b084300685b8 (diff)
1337x, yts: make proper use of parameter expansion
Diffstat (limited to 'yts')
-rwxr-xr-xyts3
1 files changed, 1 insertions, 2 deletions
diff --git a/yts b/yts
index 7733057..0720885 100755
--- a/yts
+++ b/yts
@@ -77,8 +77,7 @@ main()
shift
fi
- query="$*"
- : "${query:=$(printf "" | dmenu -p " ")}"
+ query="${*:-$(printf "" | dmenu -p " ")}"
[ -z "$query" ] &&
die "please enter a query"