From a8bb291a086c2011973d10b3941375b15152ed31 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 27 Sep 2008 00:20:54 +0200 Subject: [PATCH] Bah, use the correct variable for PATH and fix previous. --HG-- extra : convert_revision : 7d6324e3bff7dbd8fd898ae6b145e343afca9f84 --- pkgfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgfs.sh b/pkgfs.sh index be275965007..b8174b34c50 100755 --- a/pkgfs.sh +++ b/pkgfs.sh @@ -341,7 +341,7 @@ build_pkg_from_source() fetch_source_distfiles build_pkg - export PATH="${_save_path}" + export PATH="$save_path" } #