summaryrefslogtreecommitdiffstats
path: root/stap-server
diff options
context:
space:
mode:
Diffstat (limited to 'stap-server')
-rwxr-xr-xstap-server4
1 files changed, 2 insertions, 2 deletions
diff --git a/stap-server b/stap-server
index 0a63d98e..857a9025 100755
--- a/stap-server
+++ b/stap-server
@@ -2,7 +2,7 @@
# Compile server for systemtap
#
-# Copyright (C) 2008 Red Hat Inc.
+# Copyright (C) 2008, 2009 Red Hat Inc.
#
# This file is part of systemtap, and is free software. You can
# redistribute it and/or modify it under the terms of the GNU General
@@ -367,7 +367,7 @@ function package_response {
#chmod +r $jar_server
# Generate the jar file
- signtool -d $ssl_db -k $nss_cert -p `cat $nss_pw` -Z $jar_server $tmpdir_server
+ signtool -d $ssl_db -k $nss_cert -p `cat $nss_pw` -Z $jar_server $tmpdir_server >/dev/null
}
# function: fatal [ MESSAGE ]