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 | |
| parent | e0c3754a3d3b7267885bae205831267ef1b4830a (diff) | |
| parent | 39d7180d764ba0f7067ba3b991a8b9811573b0db (diff) | |
| download | plan9front-578442439060f8936ae0fc31f46cbfeb5e298ab8.tar.xz | |
merge
| -rw-r--r-- | lib/bullshit | 4 | ||||
| -rwxr-xr-x | rc/bin/bullshit | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/bullshit b/lib/bullshit index e3e2be31b..8a324d1d0 100644 --- a/lib/bullshit +++ b/lib/bullshit @@ -5,9 +5,9 @@ factory interface singleton framework -NoSQL +NoSQL | cache -self-signing +self-signing | template API service 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 |
