You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- "Exit immediately if a command exits with a non-zero status." (set -e)
- Fix incorrect `rm -rf COMPONENT_DIR` and add user prompt before deleting directory
- Suggest to run `mvn package` when simplelanguage.jar is not found
- Use pushd/popd in favor of `cd $COMPONENT_DIR || exit 1`
- Mark variables as `readonly`
- Minor consistency fixes
0 commit comments