From 86f99ad8206574dc6400d48563db58341cb50f52 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 15 Jan 2010 03:27:34 -0500 Subject: [PATCH] PR11105: remove extraneous \n from localized foo.stp script file name --- stap-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stap-client b/stap-client index f8be38383..644521593 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 -- 2.43.5