From 8e7e7700e7dbf706abdbb8ba4831588654ccd6f4 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:24 +0000 Subject: Fixed bashisms Author: jgg Date: 1999-01-11 23:56:11 GMT Fixed bashisms --- dselect/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dselect/install') 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 -- cgit v1.2.3