Whamcloud - gitweb
LU-14707 tests: Prefer #!/bin/bash
[fs/lustre-release.git] / contrib / lbuild / lbuild
index f6a750f..a21d17b 100755 (executable)
@@ -1072,7 +1072,7 @@ build_spl_zfs() {
            speclist="$pkg.spec $pkg-kmod.spec $pkg-dkms.spec"
        fi
 
-       sh autogen.sh || return 255
+       bash autogen.sh || return 255
 
        if  ! ./configure --with-linux=${LINUX} --with-linux-obj=${LINUXOBJ:-$LINUX} \
            ${spldir:+--with-spl="${spldir}"} 2>&1 ||