Commit 8b6e9119 authored by Emeric Verschuur's avatar Emeric Verschuur
Browse files

minor fix

parent 5bedc712
Loading
Loading
Loading
Loading
+2 −0
Changes for bashopts.sh: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -474,7 +474,9 @@ bashopts_process_args() {
            if [ -n "$bashopts_tool_settings_path" ]; then
                # vrite the value to the setting file
                (
                    if [ -f "$bashopts_tool_settings_path" ]; then
                        sed -i "/^$op=/d" $bashopts_tool_settings_path
                    fi
                    if [ "${!op}" != "$dval" ]; then
                        echo "$(bashopts_get_def_full $op)" >> $bashopts_tool_settings_path
                    fi