Changed sh to bash for the time being, until I find a way to rewrite the bashisms
authordata <data@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Thu, 3 Nov 2005 13:33:56 +0000 (13:33 +0000)
committerdata <data@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Thu, 3 Nov 2005 13:33:56 +0000 (13:33 +0000)
git-svn-id: http://abcde.googlecode.com/svn/trunk@150 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde

diff --git a/abcde b/abcde
index d4bd83d..38b8658 100755 (executable)
--- a/abcde
+++ b/abcde
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Copyright (c) 1998-2001 Robert Woodcock <rcw@debian.org>
 # Copyright (c) 2003-2005 Jesus Climent <jesus.climent@hispalinux.es>
 # 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"