···3838 + (if stripRoot then ''
3939 if [ $(ls "$unpackDir" | wc -l) != 1 ]; then
4040 echo "error: zip file must contain a single file or directory."
4141+ echo "hint: Pass stripRoot=false; to fetchzip to assume flat list of files."
4142 exit 1
4243 fi
4344 fn=$(cd "$unpackDir" && echo *)