From 93106a69b415fcfc50d0ef56105cb3e7ae070263 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 3 Feb 2005 07:36:14 +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 a05a88de..e6bbb380 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 3d217032..ad57e2f6 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.43.5