From: data Date: Thu, 3 Nov 2005 13:33:56 +0000 (+0000) Subject: Changed sh to bash for the time being, until I find a way to rewrite the bashisms X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/7768d908d94833925431e0c7d5afbe37cec32044 Changed sh to bash for the time being, until I find a way to rewrite the bashisms git-svn-id: http://abcde.googlecode.com/svn/trunk@150 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/abcde b/abcde index d4bd83d..38b8658 100755 --- a/abcde +++ b/abcde @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (c) 1998-2001 Robert Woodcock # Copyright (c) 2003-2005 Jesus Climent # This code is hereby licensed for public consumption under either the @@ -10,6 +10,8 @@ # # Copyright for this work is to expire January 1, 2010, after which it # shall be public domain. +# +# $Id$ VERSION="2.3.99"