diff options
-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 |