diff options
| author | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-13 22:20:28 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-13 22:20:28 +0200 |
| commit | 578442439060f8936ae0fc31f46cbfeb5e298ab8 (patch) | |
| tree | 3854e97de6139528f5a23b3e98930dade6db7eab /rc | |
| parent | e0c3754a3d3b7267885bae205831267ef1b4830a (diff) | |
| parent | 39d7180d764ba0f7067ba3b991a8b9811573b0db (diff) | |
| download | plan9front-578442439060f8936ae0fc31f46cbfeb5e298ab8.tar.xz | |
merge
Diffstat (limited to 'rc')
| -rwxr-xr-x | rc/bin/bullshit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/bin/bullshit b/rc/bin/bullshit index 998d6c60c..e55f394bb 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.1 || (last >= 0 && noend[last]) || hassuffix) + printf "%s ", end[int(rand() * nend)] print "" } ' /lib/bullshit |
