]> git.proxmox.com Git - mirror_zfs.git/blobdiff - config/deb.am
Fix shebang for helper script of deb-utils
[mirror_zfs.git] / config / deb.am
index e9b3f70f0bfbc355144c83ddf7802b4ecd074ccd..1379e58c40a82615c18c1bd8e549fb7a39bf335d 100644 (file)
@@ -70,7 +70,7 @@ deb-utils: deb-local rpm-utils-initramfs
 ## to do this, so we install a shim onto the path which calls the real
 ## dh_shlibdeps with the required arguments.
        path_prepend=`mktemp -d /tmp/intercept.XXXXXX`; \
-       echo "#$(SHELL)" > $${path_prepend}/dh_shlibdeps; \
+       echo "#!$(SHELL)" > $${path_prepend}/dh_shlibdeps; \
        echo "`which dh_shlibdeps` -- \
         -xlibuutil3linux -xlibnvpair3linux -xlibzfs5linux -xlibzpool5linux" \
         >> $${path_prepend}/dh_shlibdeps; \