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

nuxfs: Small fixes.

Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
Tony Tkáčik 2017-06-10 22:42:31 +02:00
parent 5d69659e3c
commit 7479fb53f8
6 changed files with 108 additions and 32 deletions

View file

@ -69,3 +69,8 @@ function nux.check.function {
function nux.check.file.exists {
test -e "$1" -o -h "$1";
}
function nux.eval {
nux.log trace Going to evaluate "$@"
eval "$@"
}