From 179f9ca6ce25638c4301e97618a6445289e5802b Mon Sep 17 00:00:00 2001 From: crc Date: Sat, 21 Apr 2018 00:35:55 +0000 Subject: [PATCH] Atua + Atua-WWW: use /usr/bin/env rre instead of hard coding a path. (thanks mpts) FossilOrigin-Name: fb7ffce0d707aef9515226796a9b8a8ddd8293d3e7ecee1467baa849fe147513 --- example/Atua-WWW.forth | 2 +- example/Atua.forth | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/Atua-WWW.forth b/example/Atua-WWW.forth index b09f9fb..315fc43 100755 --- a/example/Atua-WWW.forth +++ b/example/Atua-WWW.forth @@ -1,4 +1,4 @@ -#!/usr/bin/rre +#!/usr/bin/env rre # Atua-WWW: A Gopher Server for the Web diff --git a/example/Atua.forth b/example/Atua.forth index aac8c28..944c88e 100755 --- a/example/Atua.forth +++ b/example/Atua.forth @@ -1,4 +1,4 @@ -#!/usr/bin/rre +#!/usr/bin/env rre # Atua: A Gopher Server