Cleanup: Use += to append to envHooks
This commit is contained in:
@@ -2,4 +2,4 @@ addOcamlMakefile () {
|
||||
export OCAMLMAKEFILE="@out@/include/OCamlMakefile"
|
||||
}
|
||||
|
||||
envHooks=(${envHooks[@]} addOcamlMakefile)
|
||||
envHooks+=(addOcamlMakefile)
|
||||
|
||||
Reference in New Issue
Block a user