[57566] contrib/select/select.sh

raimue at macports.org raimue at macports.org
Sun Sep 13 03:30:19 PDT 2009


Revision: 57566
          http://trac.macports.org/changeset/57566
Author:   raimue at macports.org
Date:     2009-09-13 03:30:17 -0700 (Sun, 13 Sep 2009)
Log Message:
-----------
Remove unused isroot variable and the -r flag

Modified Paths:
--------------
    contrib/select/select.sh

Modified: contrib/select/select.sh
===================================================================
--- contrib/select/select.sh	2009-09-13 10:20:53 UTC (rev 57565)
+++ contrib/select/select.sh	2009-09-13 10:30:17 UTC (rev 57566)
@@ -46,8 +46,6 @@
 noexec=0
 # enable debug mode
 debug=0
-# skip check for required rights
-isroot=0
 
 # print the usage of this tool
 usage() {
@@ -57,7 +55,6 @@
 -n        Show commands to do selection but do not execute them.
 -d        Show debug messages during execution
 -h        Display this help info.
--r        Skip test for necessary rights.
 -v        Display version of ${TOOL}.
 -l        List available options for version.
 -s        Show the currently selected version
@@ -174,8 +171,6 @@
             debug=1; shift;;
         -l)
             list_version; exit 0;;
-        -r)
-            isroot=1; shift;;
         -v)
             version; exit 0;;
         -s)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090913/d52695a7/attachment.html>


More information about the macports-changes mailing list