syntax
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 24 Mar 2009 09:16:36 +0000 (09:16 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 24 Mar 2009 09:16:36 +0000 (09:16 +0000)
build.common

index 7228ebe..305b228 100644 (file)
@@ -578,7 +578,7 @@ function pl_locateDistroFile () {
 
     pkgspath=""
     # if config dir is missing but a .svnpath exists
-    if [ -f "$builddir/config.${pldistro}.svpath" && ! -d "$builddir/config.${pldistro}" ] ; then
+    if [[ -f "$builddir/config.${pldistro}.svpath" && ! -d "$builddir/config.${pldistro}" ]] ; then
        make -C $builddir stage1=true config.${pldistro}
     fi
     # locate it