Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/gnu/usr.bin/egcs/c89 Pull up rev. 1.2; approved by cjs.
details: https://anonhg.NetBSD.org/src/rev/ba82e60fe728
branches: netbsd-1-4
changeset: 468188:ba82e60fe728
user: kleink <kleink%NetBSD.org@localhost>
date: Mon Apr 12 17:18:13 1999 +0000
description:
Pull up rev. 1.2; approved by cjs.
diffstat:
gnu/usr.bin/egcs/c89/c89.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (9 lines):
diff -r 27e92e159039 -r ba82e60fe728 gnu/usr.bin/egcs/c89/c89.sh
--- a/gnu/usr.bin/egcs/c89/c89.sh Mon Apr 12 17:14:49 1999 +0000
+++ b/gnu/usr.bin/egcs/c89/c89.sh Mon Apr 12 17:18:13 1999 +0000
@@ -30,4 +30,4 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#
-exec ${CC-cc} -ansi ${1+$@}
+exec /usr/bin/cc -ansi ${1+$@}
Home |
Main Index |
Thread Index |
Old Index