mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
87ffb3b881
PR: 45855 Submitted by: Ports Fury
10 lines
289 B
Plaintext
10 lines
289 B
Plaintext
--- build.orig Tue Nov 26 04:04:53 2002
|
|
+++ build Sat Nov 30 13:11:28 2002
|
|
@@ -1,5 +1,5 @@
|
|
#! /bin/sh
|
|
-:;exec ./scmlit -no-init-file -f $0 -e"(bi)" build $*
|
|
+:;exec $SCMLIT -no-init-file -f $0 -e"(bi)" build $*
|
|
|
|
(require (in-vicinity (program-vicinity) "build.scm"))
|
|
(require 'getopt)
|