Skip to content
Snippets Groups Projects
Commit 837ca229 authored by Oz Linden's avatar Oz Linden
Browse files

set shell nullglob option

so that when a glob has no expansion you don't get the glob back (
*.sh expands to empty rather than to "*.sh")
parent 0fedc97f
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,8 @@ then
exit 1
fi
shopt -s nullglob # if nothing matches a glob, expand to nothing
initialize_build # provided by master buildscripts build.sh
begin_section "autobuild initialize"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment