From 755cacc230190f5cb366fc9c217e076a12a68acd Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 4 May 2007 01:26:10 +0000 Subject: [PATCH] Fix typo: missing value for --fasl option. --- v7/src/etc/build-runtime.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/etc/build-runtime.sh b/v7/src/etc/build-runtime.sh index 164cfd2ac..0a1a7de6c 100755 --- a/v7/src/etc/build-runtime.sh +++ b/v7/src/etc/build-runtime.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: build-runtime.sh,v 1.1 2007/05/03 03:45:51 cph Exp $ +# $Id: build-runtime.sh,v 1.2 2007/05/04 01:26:10 cph Exp $ # # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, # 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -29,7 +29,7 @@ echo "cd runtime" cd runtime if [ -f make.o ]; then - FASL= + FASL=runtime_make.so elif [ -f make.com ]; then FASL=make.com else -- 2.25.1