X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debian%2FDebhelper%2FDh_Lib.pm;h=2d1934be4dc04b850496f029b85d0a47a20a59f2;hb=f2200dc38c6859c74dc261b310b0ad13ffbd6d33;hp=325c7fc3823e895e2cd483cc8085d9cea00281a6;hpb=6b23f94b61b04577c23646cebab5e3d4226e3f92;p=debhelper.git diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index 325c7fc..2d1934b 100644 --- a/Debian/Debhelper/Dh_Lib.pm +++ b/Debian/Debhelper/Dh_Lib.pm @@ -175,7 +175,7 @@ sub doit { verbose_print(escape_shell(@_)); if (! $dh{NO_ACT}) { - system(@_) == 0 || _error_exitcode($_[0]); + system(@_) == 0 || _error_exitcode(join(" ", @_)); } }