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";
14-08-11 06:34:50 +0800'>2014-08-112-7/+6 * - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andpgj2014-03-291-1/+1 * Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1 * - Stagify lang/ghc and all the Haskell Cabal portspgj2014-01-101-1/+0 * - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused bypgj2014-01-101-1/+1 * Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-052-5/+4 * - Update Haskell ports from the development repositorypgj2013-03-301-0/+1 * - Fix breakage in the DYNAMIC-enabled ports triggered by the recentpgj2013-02-062-6/+6 * - Update The Glorious Glasgow Haskell Compiler to version 7.4.2pgj2012-12-203-10/+4 * - Teach the Haskell Cabal ports to use the new options frameworkpgj2012-08-031-0/+1 * - Update to 0.7.5pgj2012-06-043-6/+6