diff options
author | joey <joey> | 1999-08-17 04:48:38 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:48:38 +0000 |
commit | c44b3e7afd56249ce798aa1bf069398a1eeac5b7 (patch) | |
tree | 953365dec1b5ddb872441acf80021fccdfe7ebda /dh_lib | |
parent | 2d14fd1e6df600cd92ce263c65d29dbeeba80ce6 (diff) | |
download | debhelper-c44b3e7afd56249ce798aa1bf069398a1eeac5b7.tar.gz |
r67: Initial Import
Diffstat (limited to 'dh_lib')
-rw-r--r-- | dh_lib | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -207,11 +207,3 @@ for PACKAGE in $DH_DOPACKAGES ; do DH_FIRSTPACKAGE="$PACKAGE" break done - -# Check to see if: DH_FIRSTPACKAGE is not the MAINPACKAGE, and -# some command line arguements are passed. Display a warning, becuase -# debhelper's behaviour has changed in this case. -if [ "$DH_FIRSTPACKAGE" != "$MAINPACKAGE" -a "$*" ]; then - echo `basename $0`": Warning: my behavior has changed, and command line" >&2 - echo `basename $0`": arguments \"$*\" will apply to package \"$DH_FIRSTPACKAGE\"" >&2 -fi |