From 189cdb0ccd2a2ae26f23ea6ab3b78811b85e9be2 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Wed, 6 Feb 2008 21:19:16 +0100 Subject: Fixed function definitions in version-util. It seems some other shells than bash need the () without whitespace behind the functions name. Regenerated i18n-generated.h --- buildutil/version-util | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'buildutil') diff --git a/buildutil/version-util b/buildutil/version-util index fa4b127..e4d9d98 100755 --- a/buildutil/version-util +++ b/buildutil/version-util @@ -28,7 +28,7 @@ SCRIPT_PATH=`dirname $0` # echo "file: ${VERS_FILE}, force = $FORCE_EMPTY" # exit 0 -function createVers () +function createVers() { cat <