diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-11-15 14:00:46 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-11-15 14:00:46 +0000 |
| commit | a70dd1606251702e58eb22d083d04a7ee164d906 (patch) | |
| tree | f94a63458cba250788c83fce0954c0d6cd0c84c6 | |
| parent | b1095de662b66e8a59350a0ac1394390c85efaa8 (diff) | |
| download | qpid-python-a70dd1606251702e58eb22d083d04a7ee164d906.tar.gz | |
fixed or syntax
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@714262 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/bin/release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/bin/release.sh b/qpid/bin/release.sh index c756625e48..ebdc32bd4b 100644 --- a/qpid/bin/release.sh +++ b/qpid/bin/release.sh @@ -25,7 +25,7 @@ REV=$1 VER=$2 -if [ -z "$REV" || -z "$VER" ]; then +if [ -z "$REV" -o -z "$VER" ]; then echo "Usage: release.sh <revision> <version>" exit 1 fi |
