diff options
author | Artur Cygan <[email protected]> | 2018-06-30 23:55:38 +0200 |
---|---|---|
committer | Artur Cygan <[email protected]> | 2018-07-03 10:57:28 +0200 |
commit | c78e547bb4fa88f69e66f13ca33489fee3252c0f (patch) | |
tree | 7b7a7cb64eea74b1bb5a12654eab6e1a3ad86341 /lib | |
parent | fbde368c08e4194059e76888fe866f3ebd80f150 (diff) | |
download | otp-c78e547bb4fa88f69e66f13ca33489fee3252c0f.tar.gz otp-c78e547bb4fa88f69e66f13ca33489fee3252c0f.tar.bz2 otp-c78e547bb4fa88f69e66f13ca33489fee3252c0f.zip |
Fix typos
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/wx/test/wxt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wx/test/wxt b/lib/wx/test/wxt index e720ed94f4..1343542366 100755 --- a/lib/wx/test/wxt +++ b/lib/wx/test/wxt @@ -18,7 +18,7 @@ # # %CopyrightEnd% # -# Usage: mt <args to erlang startup script> +# Usage: wxt <args to erlang startup script> log=test_log_$$ latest=test_log_latest @@ -27,7 +27,7 @@ erlcmd="erl -sname test_server -smp -pa ../ebin $p $args -wx_test_verbose true - echo "Give the following command in order to see the outcome:" echo "" -echo " less test_log$$" +echo " less $log" rm "$latest" 2>/dev/null ln -s "$log" "$latest" |