Last change
on this file since 12227 was
12227,
checked in by felix winkelmann, 12 years ago
|
- added helpful script for testing in build dir
- chicken-install checks for TCP timeouts and handles multiple default sources
to download from
- alias-global-hook is saved and restored when loading compiler extensions
- making bootstrap automaticaly makes confclean
|
-
Property svn:executable set to
*
|
File size:
92 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | prg=$1 |
---|
3 | shift |
---|
4 | LD_LIBRARY_PATH=$PWD DYLD_LIBRARY_PATH=$PWD PATH=.:$PATH ./$prg "$@" |
---|
Note: See
TracBrowser
for help on using the repository browser.