fix unary operator expected error
This commit is contained in:
parent
33aa1e8832
commit
99dea01d0a
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ ${1} = "" ]; then
|
||||
if [ "${1}" == "" ]; then
|
||||
printf "usage: pmsearch FILTER\n"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user