Commit b099d64e authored by Emeric Verschuur's avatar Emeric Verschuur
Browse files

Minor fix

parent 20ed3866
Loading
Loading
Loading
Loading
Loading
+1 −1
Changes for bashopts.sh: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -585,7 +585,7 @@ bashopts_process_option() {
        # Edition no more really required if already defined
        edit_req="false"
    elif [ "${bashopts_optprop_setting[$op]}" == "true" ] \
        && [ -f "$(readlink -f $bashopts_tool_settings_path)" ] \
        && [ -f "$(readlink -m "$bashopts_tool_settings_path")" ] \
        && grep -E -q "^$op=" $bashopts_tool_settings_path; then
        eval "tval=$(grep -E "^${op}=" $bashopts_tool_settings_path | sed -E "s/^[^=]+=//g")"
    fi