@@ -1662,7 +1662,6 @@ alldone=''
1662
1662
error=''
1663
1663
silent=''
1664
1664
extractsh=''
1665
- override=''
1666
1665
knowitall=''
1667
1666
rm -f optdef.sh posthint.sh
1668
1667
cat >optdef.sh <<EOS
@@ -1692,7 +1691,7 @@ while test $# -gt 0; do
1692
1691
-s) shift; silent=true; realsilent=true;;
1693
1692
-E) shift; alldone=exit;;
1694
1693
-K) shift; knowitall=true;;
1695
- -O) shift; override=true; ;
1694
+ -O) shift;;
1696
1695
-S) shift; silent=true; extractsh=true;;
1697
1696
-D)
1698
1697
shift
@@ -1801,7 +1800,7 @@ Usage: $me [-dehrsEKOSV] [-f config.sh] [-D symbol] [-D symbol=value]
1801
1800
-Dprefix=/opt/perl5 choose your destination
1802
1801
-E : stop at the end of questions, after having produced config.sh.
1803
1802
-K : do not use unless you know what you are doing.
1804
- -O : let -D and -U override definitions from loaded configuration file.
1803
+ -O : ignored for backward compatibility
1805
1804
-S : perform variable substitutions on all .SH files (can mix with -f)
1806
1805
-U : undefine symbol:
1807
1806
-U symbol symbol gets the value 'undef'
@@ -2023,7 +2022,7 @@ true)
2023
2022
echo "Fetching answers from $config_sh..."
2024
2023
cd ..
2025
2024
. $config_sh
2026
- test "$override" && . ./optdef.sh
2025
+ . ./optdef.sh
2027
2026
echo " "
2028
2027
. UU/extract
2029
2028
rm -rf UU
@@ -3776,7 +3775,7 @@ cd UU
3776
3775
hint=previous
3777
3776
;;
3778
3777
esac
3779
- test "$override" && . ./optdef.sh
3778
+ . ./optdef.sh
3780
3779
3781
3780
: Restore computed paths
3782
3781
for file in $loclist $trylist; do
0 commit comments