Commit a736a7f
committed
Fix the scope used by log_cmd
uplevel is needed as otherwise the variables set the script are
in the scope of log_cmd's proc and not the callers. This problem
was hidden by sta's overriding of source but now that it is removed
the problem manifests.
Signed-off-by: Matt Liberty <[email protected]>1 parent eec7509 commit a736a7f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments