stdenv: Update comment

This commit is contained in:
Eelco Dolstra 2014-01-07 09:48:23 +01:00
parent 369185288a
commit 890461d8af
1 changed files with 2 additions and 5 deletions

View File

@ -916,12 +916,9 @@ genericBuild() {
stopNest
}
for i in "${postHooks[@]}"; do
$i
done
# Execute the post-hook.
# Execute the post-hooks.
for i in "${postHooks[@]}"; do $i; done
runHook postHook