From 7c8a59f1d191d9e3aaba69d4a40a40db022b4601 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 21 Jun 2019 16:44:38 +0800 Subject: profile: Quote path --- _profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_profile') diff --git a/_profile b/_profile index 5312641..f178a00 100644 --- a/_profile +++ b/_profile @@ -72,7 +72,7 @@ _path_prepend "${HOME}/bin" ## Plan 9 from User Space if [ -d "${HOME}/local/plan9" ]; then export PLAN9="${HOME}/local/plan9" - _path_append ${PLAN9}/bin + _path_append "${PLAN9}/bin" fi _path_append "/usr/local/sbin" _path_append "/usr/sbin" -- cgit v1.2.2