summaryrefslogtreecommitdiff
path: root/include/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'include/bootstrap')
-rwxr-xr-xinclude/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bootstrap b/include/bootstrap
index bccf868..acaadb5 100755
--- a/include/bootstrap
+++ b/include/bootstrap
@@ -52,7 +52,7 @@ echo 'Writing pkg.conf'
mkdir -p $XDG_CONFIG_HOME/pkg
cat > $XDG_CONFIG_HOME/pkg/pkg.conf <<- flurbl
PKG_ROOT='$PKG_ROOT'
- PKG_DIR=\"${PKG_DIR/$HOME/\$HOME}\"
+ PKG_DIR="${PKG_DIR/$HOME/\$HOME}"
flurbl
echo 'Installing core package'