fix PATH
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 22 Jan 2014 17:06:22 +0000 (18:06 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 22 Jan 2014 17:06:22 +0000 (18:06 +0100)
lbuild-initvm.sh

index de88c89..193be78 100755 (executable)
@@ -12,7 +12,7 @@ PATH=$(dirname $0):$PATH export PATH
 
 # old guests have e.g. mount in /bin but this is no longer part of 
 # the standard PATH in recent hosts after usrmove, so let's keep it simple
-export PATH=PATH=$PATH:/bin:/sbin 
+PATH=$PATH:/bin:/sbin export PATH
 
 . build.common