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
@@ -5,5 +5,5 @@ addGstreamer1LibPath () {
fi
}
envHooks=(${envHooks[@]} addGstreamer1LibPath)
envHooks+=(addGstreamer1LibPath)