From d83033950177cdd9a1fbbb2e0459b0e7c04ebbe9 Mon Sep 17 00:00:00 2001 From: kim Date: Sat, 25 Jan 2025 15:17:49 +0000 Subject: [PATCH] base-files: fix /etc/profile call to unset appendpath --- srcpkgs/base-files/files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/base-files/files/profile b/srcpkgs/base-files/files/profile index 947aeada566c0b..e762b4dbc8d952 100644 --- a/srcpkgs/base-files/files/profile +++ b/srcpkgs/base-files/files/profile @@ -18,7 +18,7 @@ appendpath '/usr/bin' appendpath '/usr/sbin' appendpath '/sbin' appendpath '/bin' -unset appendpath +unset -f appendpath export PATH