* Correct stupid bash string/number difference.

svn path=/trunk/kdenonbeta/kdecvs-build/; revision=321603
wilder
Michael Pyne 22 years ago
parent a23edeb735
commit a461826e46
  1. 2
      make-package.sh

@ -21,7 +21,7 @@ if [ $EUID -ne 0 ]; then
fi
if [ $# -ne 1 ]; then
if [ $# -eq 2 -a $1 -eq --undo ]; then
if [ $# -eq 2 -a $1 = --undo ]; then
$VERSION="$2"
# Delete the file

Loading…
Cancel
Save