@@ -34,7 +34,7 @@ multilibsupport libdir64 libdir32 versioning silentshdbgsupport \
3434setshellstartup quarantinesupport autohandling availindepth implicitdefault \
3535extendeddefault moduleshome initconfin pager pageropts verbosity color \
3636darkbgcolors lightbgcolors termbg lockedconfigs icase unloadmatchorder \
37- searchmatch modulepath loadedmodules quarantinevars wa277 lmodpath advversspec ml \
37+ searchmatch modulepath loadedmodules quarantinevars wa277 pathentryreorder advversspec ml \
3838windowssupport nearlyforbiddendays implicitrequirement tagabbrev \
3939tagcolorname mcookieversioncheck availoutput availterseoutput listoutput \
4040listterseoutput editor variantshortcut bashcompletiondir fishcompletiondir \
@@ -804,6 +804,9 @@ for arg in "$@"; do
804804 --enable-mcookie-version-check* |--disable-mcookie-version-check)
805805 # shellcheck disable=SC2034
806806 mcookieversioncheck=$( get_feature_value " $arg " ) ;;
807+ --enable-path-entry-reorder* |--disable-path-entry-reorder)
808+ # shellcheck disable=SC2034
809+ pathentryreorder=$( get_feature_value " $arg " ) ;;
807810 --with-bin-search-path=* |--without-bin-search-path)
808811 binsearchpath=$( get_package_value " $arg " ) ;;
809812 --with-moduleshome=* |--without-moduleshome)
@@ -932,9 +935,6 @@ for arg in "$@"; do
932935 pythonbin=$( get_package_value " $arg " ) ;;
933936 --with-module-path=* )
934937 echo_warning " Option \` --with-module-path' ignored, use \` --modulepath' instead" ;;
935- --enable-path-entry-reorder|--disable-path-entry-reorder)
936- # shellcheck disable=SC2034
937- pathentryreorder=$( get_feature_value " $arg " ) ;;
938938 -h|--help)
939939 echo_usage
940940 exit 0
0 commit comments