From 8b2fe92ab0c7d3b92a0e53d758944ebf709d23ba Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Sun, 4 Jul 2021 14:50:20 +0800 Subject: [PATCH] fix(bootstrap): its $HOME/.local not #HOME/.local Shit may happen if I didn't hange that. --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index b78e680..30c6b99 100755 --- a/bootstrap +++ b/bootstrap @@ -3,7 +3,7 @@ #set -e # if undefined, use $HOME/.local -PREFIX=${PREFIX:#HOME/.local} +PREFIX=${PREFIX:$HOME/.local} # TODO: Make this better banner() {