From 99bb1e877ec84bf7d3c6873f0369aed2fb92be4b Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Mon, 6 Mar 2017 15:00:33 +0000 Subject: [PATCH] "$@" --- debian/security-misc.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/security-misc.postinst b/debian/security-misc.postinst index af18fe0..59ba958 100644 --- a/debian/security-misc.postinst +++ b/debian/security-misc.postinst @@ -12,7 +12,7 @@ set -e true " ##################################################################### -## INFO: BEGIN: $DPKG_MAINTSCRIPT_PACKAGE $DPKG_MAINTSCRIPT_NAME ${1+"$@"} +## INFO: BEGIN: $DPKG_MAINTSCRIPT_PACKAGE $DPKG_MAINTSCRIPT_NAME $@ ##################################################################### " @@ -38,7 +38,7 @@ true "INFO: Done with debhelper." true " ##################################################################### -## INFO: END : $DPKG_MAINTSCRIPT_PACKAGE $DPKG_MAINTSCRIPT_NAME ${1+"$@"} +## INFO: END : $DPKG_MAINTSCRIPT_PACKAGE $DPKG_MAINTSCRIPT_NAME $@ ##################################################################### "