mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Remove old sh-ism (#920)
The x prefix thing hasn't been needed for quite some time, especially if you are declaring that you want to use bash.
This commit is contained in:
parent
57b14591f9
commit
ec6549748b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ x"$@" = x"quit" ]
|
||||
if [ "$*" = "quit" ]
|
||||
then
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue