From 1f2a4c6999bc23a348625771e4e5809d5801df93 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 15 Sep 2013 01:50:45 +1200 Subject: Tidier quoting for PATH logic --- sh/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') diff --git a/sh/profile b/sh/profile index bf92b261..cfa8cf22 100644 --- a/sh/profile +++ b/sh/profile @@ -9,7 +9,7 @@ export PAGER # Add ~/.local/bin to PATH if it exists if [ -d "$HOME"/.local/bin ]; then - PATH="$HOME/.local/bin:$PATH" + PATH="$HOME"/.local/bin:"$PATH" fi export PATH -- cgit v1.2.3