diff options
author | joey <joey> | 1999-08-17 04:39:21 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:39:21 +0000 |
commit | 918dbc752efd1d35a3ef667524062d4a0dcd3e3e (patch) | |
tree | 2ac6c6df0ba0b3f791386f53bb8a6602a03c15c3 /dh_lib | |
parent | 99b34ff691012e69828ea2167b7a3089ac4953f3 (diff) | |
download | debhelper-918dbc752efd1d35a3ef667524062d4a0dcd3e3e.tar.gz |
r38: Initial Import
Diffstat (limited to 'dh_lib')
-rw-r--r-- | dh_lib | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |