Skip to content

Commit

Permalink
Scheme 48 0.46 from tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesperber committed Nov 4, 1996
1 parent b55ea8e commit 4680c84
Show file tree
Hide file tree
Showing 70 changed files with 11,105 additions and 8,928 deletions.
2 changes: 1 addition & 1 deletion build/build-usual-image
Expand Up @@ -7,7 +7,7 @@ lib=$2
image=$3
vm=$4
initial=$5
USER="${USER-`logname 2>/dev/null || echo '*GOK*'`}"
USER=${USER-`logname 2>/dev/null || echo '*GOK*'`}

$vm -i $initial -a batch <<EOF
,load $srcdir/scheme/env/init-defpackage.scm
Expand Down

0 comments on commit 4680c84

Please sign in to comment.