From 30df17be3b928539aa757ff87b1ff9ea3b66e853 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 3 Feb 2005 07:36:19 +0000 Subject: [PATCH] * lib/compile: Likewise. --- ChangeLog | 4 ++++ lib/compile | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a05a88def..e6bbb380e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-02 Paul Eggert + + * lib/compile: Likewise. + 2005-02-02 Alexandre Duret-Lutz * lib/elisp-comp: Use `(exit N); exit N', not `(exit N); exit'; diff --git a/lib/compile b/lib/compile index 3d2170320..ad57e2f68 100755 --- a/lib/compile +++ b/lib/compile @@ -1,9 +1,9 @@ #! /bin/sh # Wrapper for compilers which do not understand `-c -o'. -scriptversion=2004-10-12.08 +scriptversion=2005-02-03.08 -# Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -47,11 +47,11 @@ right script to run: please start by reading the file `INSTALL'. Report bugs to . EOF - exit 0 + exit $? ;; -v | --v*) echo "compile $scriptversion" - exit 0 + exit $? ;; esac -- 2.47.2