Index: quick-install-emacs =================================================================== RCS file: /cvsroot/emacs/emacs/admin/quick-install-emacs,v retrieving revision 1.10 diff -u -u -r1.10 quick-install-emacs --- quick-install-emacs 15 Sep 2003 05:37:06 -0000 1.10 +++ quick-install-emacs 24 Sep 2003 04:12:59 -0000 @@ -133,7 +133,7 @@ fi CONFIG_STATUS="$BUILD/config.status" -function get_config_var () { +get_config_var () { if ! sed -n "s/^s\(.\)@address@hidden(.*\)\1.*$/\2/p" $CONFIG_STATUS | sed q | grep '' then echo 1>&2 "$me: $1: Configuration variable not found in $CONFIG_STATUS" @@ -153,7 +153,7 @@ DST_LIBEXEC="$prefix/libexec/emacs/$VERSION/$ARCH" DST_INFO="$prefix/info" -function maybe_mkdir () { +maybe_mkdir () { if ! test -d "$1"; then $MKDIR "$1" 2>&1 | sed "s/^mkdir:/$me:/" 1>&2 fi @@ -185,7 +185,7 @@ test x"$PRUNE" = xonly && exit 0 -function maybe_emit_copy () { +maybe_emit_copy () { if test "$FORCE" = yes || ! cmp -s $1 $2; then echo $LINK_CMD $1 $2 fi