From e8b105e44e6f36522aaaee7bf8a634053c90cf4f Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 13 Feb 2008 19:20:28 +0000 Subject: [PATCH] Changed freshmeat package hive to use /bin/sh instead of bash, and added 'fm' as alias --- lib/sde-package/hives/freshmeat | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/lib/sde-package/hives/freshmeat b/lib/sde-package/hives/freshmeat index e96d4b1..96cb2cd 100755 --- a/lib/sde-package/hives/freshmeat +++ b/lib/sde-package/hives/freshmeat @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # @@ -14,17 +14,8 @@ # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -# -# Written by Benjamin Schieder -# -# Modified by Juergen Sawinski to create -# a package based on freshmeat info. -# -# And Rene Rebe to fix I/T sentences to begin with -# capitals as well as no trailing . in the I tag. -# -# newpackage.sh [-main] / -# + +#Alias: fm extract_xml_name() { local tmp="`tr -d "\012" < $2 | grep $3 | -- 2.11.4.GIT