Quote variable expansions in rc scripts
This commit is contained in:
@@ -1 +1 @@
|
||||
append_path_try $HOME/.local/bin
|
||||
append_path_try "$HOME/.local/bin"
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1 +1 @@
|
||||
append_path_try $HOME/.local/bin
|
||||
append_path_try "$HOME/.local/bin"
|
||||
|
||||