This commit is contained in:
Jephté Clain 2014-09-15 10:16:30 +04:00
parent 36460f5364
commit 55f72a1c2e
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ function evalx() {
__e_cmd=("${__e_cmd[@]}" "$__e_arg")
done
if [ -n "$first" ]; then
if [ -n "$__e_first" ]; then
__e_val="$("${__e_cmd[@]}")" || __e_r=$?
else
__e_val="$("${__e_cmd[@]}" "$__e_val")" || __e_r=$?