Indentation fix
This commit is contained in:
parent
65d4c3c3ff
commit
250ac48ed6
|
@ -116,9 +116,9 @@ fi
|
||||||
#### PoorMansRandomGenerator SUBSET ####
|
#### PoorMansRandomGenerator SUBSET ####
|
||||||
# Get a random number on Windows BusyBox alike, also works on most Unixes that have dd, if dd is not found, then return $RANDOM
|
# Get a random number on Windows BusyBox alike, also works on most Unixes that have dd, if dd is not found, then return $RANDOM
|
||||||
function PoorMansRandomGenerator {
|
function PoorMansRandomGenerator {
|
||||||
local digits="${1}" # The number of digits to generate
|
local digits="${1}" # The number of digits to generate
|
||||||
local number
|
local number
|
||||||
local isFirst=true
|
local isFirst=true
|
||||||
|
|
||||||
if type dd >/dev/null 2>&1; then
|
if type dd >/dev/null 2>&1; then
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue