aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-11-10 06:43:10 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-11-10 06:43:10 +0800
commit24098ef6747587cc054bd68cbd884767aff383c3 (patch)
tree1499336e756cb10fc04b11011c4c661ee861f11e /tools
parent6a022cd38c443c1283ce04976754533a578672df (diff)
downloadgsoc2013-evolution-24098ef6747587cc054bd68cbd884767aff383c3.tar.gz
gsoc2013-evolution-24098ef6747587cc054bd68cbd884767aff383c3.tar.zst
gsoc2013-evolution-24098ef6747587cc054bd68cbd884767aff383c3.zip
Chop the output from `uname -s'. Thanks to Michael Gerdts for suggesting
* tools/killev: Chop the output from `uname -s'. Thanks to Michael Gerdts for suggesting the fix. svn path=/trunk/; revision=14652
Diffstat (limited to 'tools')
-rwxr-xr-xtools/killev1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/killev b/tools/killev
index 0745d013e0..14b9f501cd 100755
--- a/tools/killev
+++ b/tools/killev
@@ -24,6 +24,7 @@ $debug=0;
##
$sysname=`uname -s`;
+chop $sysname;
if ($sysname eq "SunOS") {
$killcmd="pkill";
94f2'>Fix build with GCC 3.4arved2004-08-061-0/+12 * reset MAINTAINER bit to ports@vanilla2004-03-191-1/+1 * Add SIZE.vanilla2004-03-191-0/+1 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Clear moonlight beckons.ade2003-03-072-1/+1