git: 9front

Download patch

ref: 823ed78660daa9c901467668fa343ffddf9703e5
parent: 6e3b51b262f59518f89c79f7a311ffd53ae12484
author: aiju <aiju@phicode.de>
date: Fri Aug 12 02:47:13 EDT 2011

more bullshit fixing

--- a/lib/bullshit
+++ b/lib/bullshit
@@ -5,9 +5,9 @@
 interface
 singleton
 framework
-NoSQL
+NoSQL |
 cache
-self-signing
+self-signing |
 template
 API
 service
--- a/rc/bin/bullshit
+++ b/rc/bin/bullshit
@@ -44,7 +44,7 @@
 		n += 2
 	for(i = 0; i < n; i++)
 		printf "%s%s ", word[last = int(rand() * nword)], suffix()
-	if(rand() > 0.05 || (last >= 0 && noend[last]) || hassuffix)
+	if(rand() < 0.1 || (last >= 0 && noend[last]) || hassuffix)
 		printf "%s ", end[int(rand() * nend)]
 	print ""
 }
--