stdenv: Update comment
This commit is contained in:
parent
369185288a
commit
890461d8af
|
@ -916,12 +916,9 @@ genericBuild() {
|
||||||
stopNest
|
stopNest
|
||||||
}
|
}
|
||||||
|
|
||||||
for i in "${postHooks[@]}"; do
|
|
||||||
$i
|
|
||||||
done
|
|
||||||
|
|
||||||
|
# Execute the post-hooks.
|
||||||
# Execute the post-hook.
|
for i in "${postHooks[@]}"; do $i; done
|
||||||
runHook postHook
|
runHook postHook
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue