stdenv: Update comment
This commit is contained in:
parent
369185288a
commit
890461d8af
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue