summaryrefslogtreecommitdiff
path: root/dh_lib
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:39:21 +0000
committerjoey <joey>1999-08-17 04:39:21 +0000
commit918dbc752efd1d35a3ef667524062d4a0dcd3e3e (patch)
tree2ac6c6df0ba0b3f791386f53bb8a6602a03c15c3 /dh_lib
parent99b34ff691012e69828ea2167b7a3089ac4953f3 (diff)
downloaddebhelper-918dbc752efd1d35a3ef667524062d4a0dcd3e3e.tar.gz
r38: Initial Import
Diffstat (limited to 'dh_lib')
-rw-r--r--dh_lib6
1 files changed, 5 insertions, 1 deletions
diff --git a/dh_lib b/dh_lib
index 4c8c68c6..388b7f72 100644
--- a/dh_lib
+++ b/dh_lib
@@ -82,7 +82,7 @@ autoscript() {
# Argument processing and global variable initialization is below.
# Parse command line.
-set -- `getopt xvidrnap:P:u: $*`
+set -- `getopt xvidrnakp:P:u: $*`
for i; do
case "$i"
@@ -120,6 +120,10 @@ for i; do
DH_R_FLAG=1
shift
;;
+ -k)
+ DH_K_FLAG=1
+ shift
+ ;;
-P)
DH_TMPDIR="$2"
shift