浏览代码

contrib/ci.inria.fr/job-1-build-windows.sh: fix PATH

Nathalie Furmento 4 年之前
父节点
当前提交
2ecc6f11b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contrib/ci.inria.fr/job-1-build-windows.sh

+ 1 - 1
contrib/ci.inria.fr/job-1-build-windows.sh

@@ -25,7 +25,7 @@ if test -z "$tarball" ; then
     exit 2
 fi
 
-export PATH=/usr/bin:$PATH
+export PATH=/usr/bin:/bin:$PATH
 
 basename=$(basename $tarball .tar.gz)
 test -d $basename && chmod -R u+rwX $basename && rm -rf $basename