summaryrefslogtreecommitdiffstats
path: root/test/hsplay
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-09-05 10:54:36 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-09-05 10:54:36 +0000
commit117091aff7a9416b9fe58214b8a9118cd88a9fb3 (patch)
tree64a8fd21424e15925cd632f9bdb4e6dc3ff40e02 /test/hsplay
parent4e5822f683301d9494450eb559bc9b8d0f10bab9 (diff)
More compatible usage of test
Diffstat (limited to 'test/hsplay')
-rwxr-xr-xtest/hsplay2
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