[151718] contrib/mp-buildbot/mpbb

larryv at macports.org larryv at macports.org
Sat Aug 20 23:37:38 PDT 2016


Revision: 151718
          https://trac.macports.org/changeset/151718
Author:   larryv at macports.org
Date:     2016-08-20 23:37:38 -0700 (Sat, 20 Aug 2016)
Log Message:
-----------
mpbb: Do not silently skip over unknown options

Modified Paths:
--------------
    contrib/mp-buildbot/mpbb

Modified: contrib/mp-buildbot/mpbb
===================================================================
--- contrib/mp-buildbot/mpbb	2016-08-21 01:28:36 UTC (rev 151717)
+++ contrib/mp-buildbot/mpbb	2016-08-21 06:37:38 UTC (rev 151718)
@@ -177,6 +177,11 @@
                 --)
                     break
                     ;;
+                *)
+                    errmsg "Unknown option: ${key}"
+                    echo
+                    usage
+                    ;;
             esac
 
             shift
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160820/d1514315/attachment-0001.html>


More information about the macports-changes mailing list