From: Thierry Parmentelat Date: Tue, 24 Mar 2009 09:16:36 +0000 (+0000) Subject: syntax X-Git-Tag: 4.3-rc1~71 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bc22089b0bc2aa4912187fca0a0546770be7fa65;p=build.git syntax --- diff --git a/build.common b/build.common index 7228ebee..305b2289 100644 --- a/build.common +++ b/build.common @@ -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