Browse Source

Configure: Don't forget to eval result of 'ask' function.

tags/non-daw-v1.1.0
Jonathan Moore Liles 15 years ago
parent
commit
58ee27f7f1
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      scripts/config-funcs

+ 2
- 0
scripts/config-funcs View File

@@ -121,6 +121,8 @@ ask ()
fi

append "${2}=${A:-$D}"

eval "${2}='${A:-$D}'"
}

ok ()


Loading…
Cancel
Save