Prevent flags from leaking outside sourced file
The flags set -eu
set inside framework-configure.sh
file should be set off. Following are the cases:
- If user has not set any such flag previously (before using the script): In such cases, these flags should be disabled.
- If user has set any such flag previously (before using the script): In such cases, only those flags which were not set by user should be disabled.