changeset 7278:a24922a01045

<fizzie> ` sed -i -e \'s/CMD/I_CMD/\' ibin/bf
author HackBot
date Fri, 25 Mar 2016 10:49:15 +0000
parents 77ae80f1894d
children e51edd3df7ff
files ibin/bf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ibin/bf	Fri Mar 25 10:48:18 2016 +0000
+++ b/ibin/bf	Fri Mar 25 10:49:15 2016 +0000
@@ -2,7 +2,7 @@
 . lib/interp
 
 # Get the bitwidth from the command
-BW=`echo "$CMD" | sed 's/bf//'`
+BW=`echo "$I_CMD" | sed 's/bf//'`
 if [ "$BW" = "" ] ; then BW=8 ; fi
 
 interp_file ./interps/egobf/src/egobfi$BW