Loading update_config.sh +2 −2 Original line number Diff line number Diff line Loading @@ -9,11 +9,11 @@ config_equal() } if config_equal; then (cd "$SRC" && make menuconfig) (cd "$SRC" && make ${1:-menuconfig}) else [[ -e "$SRC" ]] && rm -rf "$SRC" makepkg --nobuild --force (cd "$SRC" && make oldconfig) (cd "$SRC" && make ${1:-oldconfig}) fi if ! config_equal; then Loading Loading
update_config.sh +2 −2 Original line number Diff line number Diff line Loading @@ -9,11 +9,11 @@ config_equal() } if config_equal; then (cd "$SRC" && make menuconfig) (cd "$SRC" && make ${1:-menuconfig}) else [[ -e "$SRC" ]] && rm -rf "$SRC" makepkg --nobuild --force (cd "$SRC" && make oldconfig) (cd "$SRC" && make ${1:-oldconfig}) fi if ! config_equal; then Loading