1
1
Fork 0
mirror of https://github.com/tonydamage/nux-env.git synced 2025-12-11 13:24:28 +01:00

nux: Renamed nux-base.inc.sh to nux.inc.sh

This commit is contained in:
Tony Tkáčik 2017-07-16 16:50:43 +02:00
parent c1ba6ae4ec
commit acefb64cdc
2 changed files with 3 additions and 2 deletions

View file

@ -197,6 +197,7 @@ function nux.exec.or {
if nux.check.function "$maybe" ; then
to_exec=$maybe
fi
nux.log trace "Executing $to_exec , optional was $maybe"
$to_exec "$@";
}