home: hub: 9ficl

Download patch

ref: 625a1ba024d9c8986c47e5d9c8277742e0a23672
parent: 0a10d5381490eb03f23902b16b5c78f0317a3028
author: jsadler <jsadler@ficl.sf.net>
date: Thu Jul 19 09:43:36 CDT 2001

Changed first line to perl shebang for use under unix/linux

--- a/softwords/softcore.pl
+++ b/softwords/softcore.pl
@@ -1,4 +1,4 @@
-#! \perl\bin\perl.exe
+#! /usr/bin/perl
 # Convert forth source files to a giant C string
 
 $now = localtime;