From 5f649411973be2bb9a5ad7f995127456374118ce Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Fri, 22 Feb 2008 20:35:28 +0000 Subject: [PATCH] get rid of the nullglob --- build.sh | 1 - 1 file changed, 1 deletion(-) 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-,,) -- 2.43.0