get rid of the nullglob
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 22 Feb 2008 20:35:28 +0000 (20:35 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 22 Feb 2008 20:35:28 +0000 (20:35 +0000)
build.sh

index 0a6c557..70cb134 100755 (executable)
--- 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-,,)