Add set -u to frameworks and resources copy scripts
This adds `set -u` to both the frameworks and resources copy shell scripts. This means that if the scripts attempt to reference any variable that is undefined, they will fail.
Showing
Please
register
or
sign in
to comment