Place PATH more appropriately and make it more portable.
authorobnox <obnox@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Wed, 2 May 2007 19:45:46 +0000 (19:45 +0000)
committerobnox <obnox@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Wed, 2 May 2007 19:45:46 +0000 (19:45 +0000)
git-svn-id: file:///home/svn/build-farm/trunk@616 1e5ffdc8-eadd-0310-9daa-9cb4117fe24b

hape.fns

index f9396d7c2e3bba4730726153613e58f85066f51e..2a4d43861d8646a581cde210a7ba8283dbc21715 100644 (file)
--- a/hape.fns
+++ b/hape.fns
@@ -4,9 +4,10 @@ per_run_hook
 
 global_lock
 
-. common.fns
+PATH=/data/gcc/3.4.3/pa20_64/bin:$PATH
+export PATH
 
-export PATH=/data/gcc/3.4.3/pa20_64/bin:$PATH
+. common.fns
 
 #export config="--with-acl-support --with-libiconv=/usr/local/"
 export config="--with-acl-support"