harec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit dd20e124ba75f0ec864546db61deb658ca31800e
parent 9bd4abbd0d5cd16688fda24a9a3128c49e5340b8
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat, 13 Mar 2021 16:52:26 -0500

config.sh: output a harec.sh file

Diffstat:
Mconfig.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/config.sh b/config.sh @@ -190,6 +190,10 @@ run_configure() { touch $outdir/cppcache + cat <<-EOF >harec.sh + export PATH=\$PATH:"$(pwd)" + EOF + if [ "$srcdir" = "." ] then return