diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-09-05 10:54:36 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-09-05 10:54:36 +0000 |
commit | 117091aff7a9416b9fe58214b8a9118cd88a9fb3 (patch) | |
tree | 64a8fd21424e15925cd632f9bdb4e6dc3ff40e02 /test | |
parent | 4e5822f683301d9494450eb559bc9b8d0f10bab9 (diff) |
More compatible usage of test
Diffstat (limited to 'test')
-rwxr-xr-x | test/hsplay | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hsplay b/test/hsplay index 5f53562b..8cecbffa 100755 --- a/test/hsplay +++ b/test/hsplay @@ -9,7 +9,7 @@ then HSTEST="./hstest" fi -if [ -z "$1" -o -z "$2" ] +if [ -z "$1" ] || [ -z "$2" ] then echo -e "Usage:\n\thsplay <file> <bdaddr> [channel]" exit |