Loading bashopts.sh +2 −0 Changes for bashopts.sh: 2 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -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 Loading Loading
bashopts.sh +2 −0 Changes for bashopts.sh: 2 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -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 Loading