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:
Uli Schlachter 2009-05-09 21:11:29 +02:00 committed by Julien Danjou
parent b04aaa8ad5
commit 7bd08e683c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# rlwrap provides readline to stuff which doesn't know readline by itself
RLWRAP=`which rlwrap 2>/dev/null`