Verbosely report vars correctly.
This commit is contained in:
@@ -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 $?
|
||||
);;
|
||||
|
Reference in New Issue
Block a user