aboutsummaryrefslogtreecommitdiff
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
parented8560aa4ff35989dc6ea6f39da3b084300685b8 (diff)
1337x, yts: make proper use of parameter expansion
-rwxr-xr-x1337x3
-rwxr-xr-xyts3
2 files changed, 2 insertions, 4 deletions
diff --git a/1337x b/1337x
index 2587b68..ea9a7fa 100755
--- a/1337x
+++ b/1337x
@@ -69,8 +69,7 @@ main()
curl -Is "$url_1337x" > /dev/null ||
url_1337x="$proxy_1337x"
- query="$*"
- : "${query:=$(printf "" | dmenu -p " ")}"
+ query="${*:-$(printf "" | dmenu -p " ")}"
[ -z "$query" ] &&
die "please enter a query"
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"