From 1421316bab6d31bfffc55c91d09135e2ec26b158 Mon Sep 17 00:00:00 2001 From: aiju Date: Fri, 12 Aug 2011 06:43:00 +0200 Subject: [PATCH] bullshit: fixed bug --- rc/bin/bullshit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/bin/bullshit b/rc/bin/bullshit index 998d6c60c..d07ede4a4 100755 --- a/rc/bin/bullshit +++ b/rc/bin/bullshit @@ -44,8 +44,8 @@ END { n += 2 for(i = 0; i < n; i++) printf "%s%s ", word[last = int(rand() * nword)], suffix() - if(rand() > 0.5 || (last >= 0 && noend[last]) || hassuffix) - printf "%s ", word[int(rand() * nend)] + if(rand() > 0.05 || (last >= 0 && noend[last]) || hassuffix) + printf "%s ", end[int(rand() * nend)] print "" } ' /lib/bullshit