Cleanup: Use += to append to envHooks

This commit is contained in:
Eelco Dolstra
2014-08-09 12:47:05 +02:00
parent 2db867eec9
commit e3f7dbbac8
33 changed files with 35 additions and 35 deletions
@@ -2,4 +2,4 @@ addOcamlMakefile () {
export OCAMLMAKEFILE="@out@/include/OCamlMakefile"
}
envHooks=(${envHooks[@]} addOcamlMakefile)
envHooks+=(addOcamlMakefile)