changeset 4925:6e873a043340

<oerjan> rm ibin/perl; cp ibin/c ibin/perl; sed -i \'s/ c/ perl/\' ibin/perl
author HackBot
date Mon, 29 Sep 2014 08:32:37 +0000
parents d6d2d7192923
children 8dbd7bc7edcb
files ibin/perl
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ibin/perl	Mon Sep 29 08:25:19 2014 +0000
+++ b/ibin/perl	Mon Sep 29 08:32:37 2014 +0000
@@ -1,2 +1,3 @@
-#!/bin/bash
-perl -e "$@"
+#!/bin/sh
+. lib/interp
+interp_file "./interps/gcccomp/gcccomp perl"