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 34b769e commit 353bc41Copy full SHA for 353bc41
1 file changed
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