Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
[deliverable/linux.git] / scripts / package / builddeb
index b19f1f4962e3dfdb852a4059bf3d1c6122963779..8b357b0bd250b0e04012a08815c01cd3f95f22a3 100644 (file)
@@ -89,7 +89,7 @@ for script in postinst postrm preinst prerm ; do
 set -e
 
 # Pass maintainer script parameters to hook scripts
-export DEB_MAINT_PARAMS="\$@"
+export DEB_MAINT_PARAMS="\$*"
 
 test -d $debhookdir/$script.d && run-parts --arg="$version" $debhookdir/$script.d
 exit 0
This page took 0.02411 seconds and 5 git commands to generate.