avoid heredoc expanding variables in fixenv-nonst-libdir script

necessary to output run-nonroot script correctly
This commit is contained in:
cm8 2018-06-24 06:17:19 +02:00
parent 2751616753
commit 615e994d22
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ do
fi
done
cat <<EOF > run-nonroot
cat <<'EOF' > run-nonroot
#!/bin/sh
BASENAME=`basename $0`