diff options
author | joey <joey> | 1999-08-17 04:42:23 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:42:23 +0000 |
commit | b8fc5a1b99da4ffb113d42f373b7c84772d1413a (patch) | |
tree | 9de7966641723faa49d815dfc11365f4a9601074 /dh_makeshlibs | |
parent | 050d55509586c51def636f895075c62877c9fae7 (diff) | |
download | debhelper-b8fc5a1b99da4ffb113d42f373b7c84772d1413a.tar.gz |
r49: Initial Import
Diffstat (limited to 'dh_makeshlibs')
-rwxr-xr-x | dh_makeshlibs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dh_makeshlibs b/dh_makeshlibs index f96c327f..d595c3b5 100755 --- a/dh_makeshlibs +++ b/dh_makeshlibs @@ -24,9 +24,9 @@ for PACKAGE in $DH_DOPACKAGES; do if [ ! -d "$TMP/DEBIAN" ] ; then doit "install -d $TMP/DEBIAN" fi - if [ "$DH_V_FLAG" ]; then - if [ "$*" ]; then - PACKAGE="$*" + if [ "$DH_V_FLAG_SET" ]; then + if [ "$DH_V_FLAG" ]; then + PACKAGE="$DH_V_FLAG" else # Call isnative becuase it sets $VERSION # as a side effect. |