summaryrefslogtreecommitdiff
path: root/libre/filesystem/profile
diff options
context:
space:
mode:
Diffstat (limited to 'libre/filesystem/profile')
-rw-r--r--libre/filesystem/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/filesystem/profile b/libre/filesystem/profile
index f92cf3f74..a4f717734 100644
--- a/libre/filesystem/profile
+++ b/libre/filesystem/profile
@@ -9,7 +9,7 @@ appendpath () {
*:"$1":*)
;;
*)
- PATH="$PATH:$1"
+ PATH="${PATH:+$PATH:}$1"
esac
}