diff options
author | joey <joey> | 2002-05-19 05:07:29 +0000 |
---|---|---|
committer | joey <joey> | 2002-05-19 05:07:29 +0000 |
commit | cd60c0e8540451d92caf940eca9c2f4e2b3807f9 (patch) | |
tree | 575c889439bf41b705484c0cccf2a5197bb056be /Debian | |
parent | 6acd7f22222118dc5f51c251bd0078edbe280e87 (diff) | |
download | debhelper-cd60c0e8540451d92caf940eca9c2f4e2b3807f9.tar.gz |
r523: * Removing perl warning message.
Diffstat (limited to 'Debian')
-rw-r--r-- | Debian/Debhelper/Dh_Lib.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index 0f910f1d..b14afd1e 100644 --- a/Debian/Debhelper/Dh_Lib.pm +++ b/Debian/Debhelper/Dh_Lib.pm @@ -54,8 +54,8 @@ sub init { foreach (@{$dh{EXCLUDE}}) { $dh{EXCLUDE_FIND}.="-regex ".escape_shell(".*$_.*")." -or "; } + $dh{EXCLUDE_FIND}=~s/ -or $//; } - $dh{EXCLUDE_FIND}=~s/ -or $//; # Check to see if DH_VERBOSE environment variable was set, if so, # make sure verbose is on. |