From 117091aff7a9416b9fe58214b8a9118cd88a9fb3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 5 Sep 2006 10:54:36 +0000 Subject: More compatible usage of test --- test/hsplay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/hsplay') 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 [channel]" exit -- cgit