awesome-client: Use /bin/sh instead of /bin/bash
All bashisms should be fixed (hopefully). Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
b04aaa8ad5
commit
7bd08e683c
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
# rlwrap provides readline to stuff which doesn't know readline by itself
|
# rlwrap provides readline to stuff which doesn't know readline by itself
|
||||||
RLWRAP=`which rlwrap 2>/dev/null`
|
RLWRAP=`which rlwrap 2>/dev/null`
|
||||||
|
|
Loading…
Reference in New Issue