mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-03 04:23:42 -05:00
Forgot to remove debug code, causing false negative.
This commit is contained in:
parent
4ab95f5d26
commit
a20e2a5ed9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ kill ${XPID}
|
|||
|
||||
sleep 1
|
||||
|
||||
if [ `cat output.txt` != 'aap' ]
|
||||
if [ `cat output.txt` != 'mies' ]
|
||||
then
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue