commit: 6f8abe483a592aa63c6700f984060b8b7d30cb96
parent 5f6678eae7f6b7cd533197d6eba2fd13de378552
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 13 Oct 2025 23:22:23 +0200
make-root.sh: use single-quotes for PS1
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/make-root.sh b/make-root.sh
@@ -52,6 +52,7 @@ extra_local_files="
extras/muon-stage2.sh
extras/pkgconf-lite.sh
extras/pkgconf.sh
+ extras/qbe.sh
extras/tiny-curl.sh
extras/usign.sh
"
@@ -170,7 +171,7 @@ EOF
chmod +x etc/setdate.sh
cat >root/.kshrc <<'EOF'
-PS1="$? $PWD # "
+PS1='$? $PWD # '
EOF
chmod +x root/.kshrc