1
0
Fork 0
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:
fREW Schmidt 2020-05-14 03:53:38 -07:00 committed by GitHub
parent 57b14591f9
commit ec6549748b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
if [ x"$@" = x"quit" ] if [ "$*" = "quit" ]
then then
exit 0 exit 0
fi fi