summaryrefslogtreecommitdiffstats
path: root/stap-client
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2010-01-15 03:27:34 -0500
committerFrank Ch. Eigler <fche@elastic.org>2010-01-15 03:44:55 -0500
commit86f99ad8206574dc6400d48563db58341cb50f52 (patch)
treefad469e3f31212afee4d1fb6aa6833b48e1724b7 /stap-client
parent36d1c134edc4bd4ee20225003041188c13b7f36f (diff)
downloadsystemtap-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-xstap-client2
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