Hi, in file dbus/make-dbus-glib-error-enum.sh there is #!/bin/sh SRC=$1 DEST=$2 function die() { echo $1 1>&2 /bin/rm $DEST.tmp exit 1 } but this is a bash syntax AFAIK. In my system sh -> ksh, so maybe there should be #! /bin/bash ? -- Marcin Krzyżanowski