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

--- a/configure
+++ b/configure
@@ -67,7 +67,7 @@ for x; do
--uid-max) UID_MAX=$var ;;
--gid-max) UID_MAX=$var ;;
--help|-h) usage ;;
- *) die "Error: unknown option $opt" ;;
+ *) echo "Error: unknown option $opt" ;;
esac
done