summaryrefslogtreecommitdiff
path: root/dselect/install
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:52:24 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:52:24 +0000
commit8e7e7700e7dbf706abdbb8ba4831588654ccd6f4 (patch)
treeabf4d1253eb201ee07b49e4cb042ca2998cbaf8d /dselect/install
parent505c14103eb41e2e5d36d2b75d12560598d4b1d8 (diff)
Fixed bashisms
Author: jgg Date: 1999-01-11 23:56:11 GMT Fixed bashisms
Diffstat (limited to 'dselect/install')
-rwxr-xr-xdselect/install2
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