From: Marc Fiuczynski Date: Fri, 22 Feb 2008 20:35:28 +0000 (+0000) Subject: get rid of the nullglob X-Git-Tag: BootstrapFS-1.0-0~17 X-Git-Url: http://git.onelab.eu/?p=bootstrapfs.git;a=commitdiff_plain;h=5f649411973be2bb9a5ad7f995127456374118ce get rid of the nullglob --- diff --git a/build.sh b/build.sh index 0a6c557..70cb134 100755 --- a/build.sh +++ b/build.sh @@ -66,7 +66,6 @@ postfile=$(pl_locateDistroFile ../build/ ${pldistro} bootstrapfs.post) [ "$postfile" != "not-found-by-pl_locateDistroFile" ] && /bin/bash $postfile ${vref} || : # for distros that do not define bootstrapfs variants -shopt -s nullglob pkgs_count=$(ls ../build/config.${pldistro}/bootstrapfs-*.pkgs 2> /dev/null | wc -l) [ $pkgs_count -gt 0 ] && for pkgs in $(ls ../build/config.${pldistro}/bootstrapfs-*.pkgs); do NAME=$(basename $pkgs .pkgs | sed -e s,bootstrapfs-,,)