Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 258396 | Differences between
and this patch

Collapse All | Expand All

(-)crosstool-ng-1.5.3.orig/configure (-1 / +1 lines)
Lines 257-263 Link Here
257
        --with-*)   set_tool   "$1" "$2" && shift || shift 2;;
257
        --with-*)   set_tool   "$1" "$2" && shift || shift 2;;
258
        --force)    FORCE=1; shift;;
258
        --force)    FORCE=1; shift;;
259
        --help|-h)  do_help; exit 0;;
259
        --help|-h)  do_help; exit 0;;
260
        *)          printf "Unrecognised option: '${1}'\n"; do_help; exit 1;;
260
        *)          printf "Unrecognised option: '${1}'\n"; shift 2;;
261
    esac
261
    esac
262
done
262
done
263
263

Return to bug 258396