Fix unquoted variable in mkdir command - wrap $HOME/.local/bin in quotes
Co-authored-by: andrejusk <7396847+andrejusk@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ mkdir -p "$XDG_CONFIG_HOME"
|
||||
if [[ ":$PATH:" != *":$HOME/.local/bin:"* ]]; then
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
mkdir -p $HOME/.local/bin
|
||||
mkdir -p "$HOME/.local/bin"
|
||||
|
||||
# workspace
|
||||
# -----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user