diff options
Diffstat (limited to 'bin/guile-run64')
| -rwxr-xr-x | bin/guile-run64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guile-run64 b/bin/guile-run64 index 7408db0..a04c3cb 100755 --- a/bin/guile-run64 +++ b/bin/guile-run64 @@ -18,4 +18,4 @@ # You should have received a copy of the GNU General Public License # along with run64. If not, see <https://www.gnu.org/licenses/>. -guile --no-auto-compile $(which run64) "$@" +guile --no-auto-compile $(dirname $0)/run64 "$@" |
