aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2001-08-25 15:56:28 +0000
committerdancer <dancer>2001-08-25 15:56:28 +0000
commit5213265be1dfcb11ecc47710f7c793b74f2b9d04 (patch)
tree383c5ae57d8123cb7ff34786b2326ecc67f41dc4
parent4f9b09b171e6b82a44830ebd58aa6e22147bd2ca (diff)
downloadpbuilder-5213265be1dfcb11ecc47710f7c793b74f2b9d04.tar
pbuilder-5213265be1dfcb11ecc47710f7c793b74f2b9d04.tar.gz
fixed typo
-rw-r--r--debian/control3
-rwxr-xr-xpbuilder-checkparams4
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 32c8e4a..cf359b7 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,5 @@ Description: personal package builder for Debian packages
.
Ideal system to use to check that Build-dependency is correct,
and to be sure that unnecessary and wrong build dependency will not
- exist with the resulting binary pacakge.
-
+ exist with the resulting binary package.
diff --git a/pbuilder-checkparams b/pbuilder-checkparams
index fcda9b4..e7b72ca 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -22,6 +22,7 @@ while [ -n $1 ]; do
--distribution)
DISTRIBUTION="$2";
shift; shift;
+ ;;
--help)
cat <<EOF
Command Line Options:
@@ -31,10 +32,11 @@ Command Line Options:
--http-proxy [proxy]
--distribution [distribution(woody/sid)]
EOF
- exit 1;
+ exit 1;
;;
*)
break;
+ ;;
esac
done