We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
echo -e
printf
1 parent b90c22e commit 695613aCopy full SHA for 695613a
1 file changed
internal/inside-distrobox/assets/distrobox-init
@@ -532,7 +532,7 @@ setup_pacman_exceptions()
532
# This will be removed if we're using --init.
533
cat << EOF > /usr/share/libalpm/scripts/distrobox_post_hook.sh
534
#!/bin/sh
535
-echo -e '#!/bin/sh\nexit 0' > /usr/share/libalpm/scripts/systemd-hook;
+printf '#!/bin/sh\nexit 0\n' > /usr/share/libalpm/scripts/systemd-hook;
536
EOF
537
chmod +x /usr/share/libalpm/scripts/distrobox_post_hook.sh
538
0 commit comments