Verbosely report vars correctly.
This commit is contained in:
parent
c07b384d82
commit
42580d67b8
@ -154,7 +154,7 @@ runargs()
|
||||
''|"#"*) ;;
|
||||
*)
|
||||
(
|
||||
vebegin "${args#*!}"
|
||||
eval vebegin "${args#*!}"
|
||||
eval "${args#*!}"
|
||||
veend $?
|
||||
);;
|
||||
@ -204,7 +204,7 @@ start()
|
||||
''|"#"*) ;;
|
||||
"!"*)
|
||||
(
|
||||
vebegin "${args#*!}"
|
||||
eval vebegin "${args#*!}"
|
||||
eval "${args#*!}"
|
||||
veend $?
|
||||
);;
|
||||
|
Loading…
Reference in New Issue
Block a user