diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2010-01-15 03:27:34 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2010-01-15 03:44:55 -0500 |
commit | 86f99ad8206574dc6400d48563db58341cb50f52 (patch) | |
tree | fad469e3f31212afee4d1fb6aa6833b48e1724b7 /stap-client | |
parent | 36d1c134edc4bd4ee20225003041188c13b7f36f (diff) | |
download | systemtap-steved-86f99ad8206574dc6400d48563db58341cb50f52.tar.gz systemtap-steved-86f99ad8206574dc6400d48563db58341cb50f52.tar.xz systemtap-steved-86f99ad8206574dc6400d48563db58341cb50f52.zip |
PR11105: remove extraneous \n from localized foo.stp script file name
Diffstat (limited to 'stap-client')
-rwxr-xr-x | stap-client | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stap-client b/stap-client index f8be3838..64452159 100755 --- a/stap-client +++ b/stap-client @@ -260,7 +260,7 @@ function parse_options { else local_name="-" fi - echo "script/$local_name" > "$tmpdir_client/argv$script_file_argc" + echo -n "script/$local_name" > "$tmpdir_client/argv$script_file_argc" fi # Processing based on final options settings |