diff options
Diffstat (limited to 'dselect/install')
-rwxr-xr-x | dselect/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/install b/dselect/install index e1bea340d..db96a8055 100755 --- a/dselect/install +++ b/dselect/install @@ -12,7 +12,7 @@ eval $RES set +e # Yes/No Prompter -function yesno() { +yesno() { # $1 = prompt # $2 = default(y) local ans def defp |