* Correct stupid bash spacing error.

svn path=/trunk/kdenonbeta/kdecvs-build/; revision=321602
wilder
Michael Pyne 22 years ago
parent 83e9bda5af
commit a23edeb735
  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 -eq --undo ]; then
$VERSION="$2"
# Delete the file

Loading…
Cancel
Save