You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
238 B

  1. --- a/configure
  2. +++ b/configure
  3. @@ -67,7 +67,7 @@ for x; do
  4. --uid-max) UID_MAX=$var ;;
  5. --gid-max) UID_MAX=$var ;;
  6. --help|-h) usage ;;
  7. - *) die "Error: unknown option $opt" ;;
  8. + *) echo "Error: unknown option $opt" ;;
  9. esac
  10. done