summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Andrieu <oliv__a@users.sourceforge.net>2004-12-21 10:51:46 +0000
committerOlivier Andrieu <oliv__a@users.sourceforge.net>2004-12-21 10:51:46 +0000
commitdbd4279a80fa72ed2b6cc0f2646a381007fd2180 (patch)
treeea91e015f75db0c88152ba89093b97701866ff99
parent617e73f7631e605fc9ebf6a67042a1f451b97850 (diff)
* dbus/make-dbus-glib-error-enum.sh: omit the function keyword for
better POSIX compliance.
-rw-r--r--ChangeLog5
-rwxr-xr-xdbus/make-dbus-glib-error-enum.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b2f2c74c..8fcea5d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-21 Olivier Andrieu <oliv__a@users.sourceforge.net>
+
+ * dbus/make-dbus-glib-error-enum.sh: omit the function keyword for
+ better POSIX compliance.
+
2004-12-19 Havoc Pennington <hp@redhat.com>
* dbus/dbus-string.c (_dbus_string_insert_4_aligned)
diff --git a/dbus/make-dbus-glib-error-enum.sh b/dbus/make-dbus-glib-error-enum.sh
index 5b0df6c9..c2f538db 100755
--- a/dbus/make-dbus-glib-error-enum.sh
+++ b/dbus/make-dbus-glib-error-enum.sh
@@ -3,7 +3,7 @@
SRC=$1
DEST=$2
-function die()
+die()
{
echo $1 1>&2
/bin/rm $DEST.tmp