Browse Source

Changed scripts/Config to grab the version from lib/libsde.in instead of lib/functions.in

karasz/new-early
Alejandro Mery 17 years ago
parent
commit
289ff265c8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Config

+ 1
- 1
scripts/Config

@ -24,7 +24,7 @@ if [ -z "${lines:=$LINES}" -o -z "${columns:=$COLUMNS}" ] ; then
[ -z "$columns" -o "$columns" -le 0 ] 2> /dev/null && columns=80
fi
eval "$(egrep '^sdever=' lib/parse-config)"
eval "$( egrep '^sdever=' lib/libsde.in )"
config=default
do_config_cycle=0

Loading…
Cancel
Save