diff options
Diffstat (limited to 'libre/filesystem/profile')
-rw-r--r-- | libre/filesystem/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/filesystem/profile b/libre/filesystem/profile index 790e59b1d..ca39d11f2 100644 --- a/libre/filesystem/profile +++ b/libre/filesystem/profile @@ -16,7 +16,7 @@ appendpath () { appendpath '/usr/local/sbin' appendpath '/usr/local/bin' appendpath '/usr/bin' -unset appendpath +unset -f appendpath export PATH |