[44646] contrib/select/select.sh

raimue at macports.org raimue at macports.org
Thu Jan 1 12:27:44 PST 2009


Revision: 44646
          http://trac.macports.org/changeset/44646
Author:   raimue at macports.org
Date:     2009-01-01 12:27:44 -0800 (Thu, 01 Jan 2009)
Log Message:
-----------
select:
Remove force option as it is not used

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

Modified: contrib/select/select.sh
===================================================================
--- contrib/select/select.sh	2009-01-01 20:15:56 UTC (rev 44645)
+++ contrib/select/select.sh	2009-01-01 20:27:44 UTC (rev 44646)
@@ -46,8 +46,6 @@
 noexec=0
 # enable debug mode
 debug=0
-# enforce action
-force=0
 # skip check for required rights
 isroot=0
 # perform "install" mode (for initial destroot)
@@ -175,8 +173,6 @@
             usage; exit 0;;
         -n)
             noexec=1; shift;;
-        -f)
-            force=1; shift;;
         -d)
             debug=1; shift;;
         -l)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090101/88471767/attachment.html>


More information about the macports-changes mailing list