diff options
author | tv <tv@xso> | 2011-09-09 15:34:39 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-09-09 15:34:39 +0200 |
commit | 9f4fae0616d76735790045465fd3994353af8f32 (patch) | |
tree | a2322b79b2aecf2139830929c9ade7ae58844526 /noise | |
parent | aad509b71f5a268e5b40f2b803b6d6fd4894bfbb (diff) |
//noise/modules/ein_mal_eins: use BRE @sed
Diffstat (limited to 'noise')
-rwxr-xr-x | noise/modules/ein_mal_eins | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noise/modules/ein_mal_eins b/noise/modules/ein_mal_eins index fb385b31..e21612a5 100755 --- a/noise/modules/ein_mal_eins +++ b/noise/modules/ein_mal_eins @@ -1,7 +1,7 @@ #! /bin/bash R() { - echo "`od -t d -N 1 /dev/urandom | sed -rn '1s/^[0-9]+ +//p'` % $@" | bc + echo "`od -t d -N 1 /dev/urandom | sed -n '1s/^[0-9]\+ \+//p'` % $@" | bc } |