wok-4.x rev 12338

Fixed a flag error in the receipt
author Brenton Scott <admin@trixarian.net>
date Mon Sep 24 09:13:21 2012 +0200 (2012-09-24)
parents b059ca4eea52
children e9646ed1b515
files nimrod/receipt
line diff
     1.1 --- a/nimrod/receipt	Mon Sep 24 09:08:43 2012 +0200
     1.2 +++ b/nimrod/receipt	Mon Sep 24 09:13:21 2012 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4  	chmod +x build.sh
     1.5  	chmod +x install.sh
     1.6  	./build.sh
     1.7 -	./bin/nimrod c -d:release -d:useGnuReadline koch
     1.8 +	./bin/nimrod c -d:release koch
     1.9  	./koch boot -d:release
    1.10  	./install.sh /usr/bin
    1.11  }