diff options
author | joey <joey> | 1999-08-17 04:36:40 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:36:40 +0000 |
commit | fbabb8038535361c7e4f9ab538f2b9cfa3023367 (patch) | |
tree | c8f7fe88c61ecd92cc76f57ed2ed936c6dc9f277 /dh_lib | |
parent | 0234dbf4376b0c742ff1966ac9e7dd7eb8ef9cfd (diff) | |
download | debhelper-fbabb8038535361c7e4f9ab538f2b9cfa3023367.tar.gz |
r17: Initial Import
Diffstat (limited to 'dh_lib')
-rw-r--r-- | dh_lib | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -77,7 +77,7 @@ autoscript() { # Argument processing and global variable initialization is below. # Parse command line. -set -- `getopt vianp: $*` +set -- `getopt xvianp: $*` for i; do case "$i" @@ -103,6 +103,10 @@ for i; do DH_NOSCRIPTS=1 shift ;; + -x) + DH_EXCLUDE=1 + shift + ;; --) shift break |