Cleanup: Use += to append to envHooks
This commit is contained in:
@@ -10,4 +10,4 @@ addPkgToClassPath () {
|
||||
done
|
||||
}
|
||||
|
||||
envHooks=(''${envHooks[@]} addPkgToClassPath)
|
||||
envHooks+=(addPkgToClassPath)
|
||||
|
||||
Reference in New Issue
Block a user