[43727] contrib/select/select.sh

raimue at macports.org raimue at macports.org
Sat Dec 13 18:17:41 PST 2008


Revision: 43727
          http://trac.macports.org/changeset/43727
Author:   raimue at macports.org
Date:     2008-12-13 18:17:40 -0800 (Sat, 13 Dec 2008)
Log Message:
-----------
select:
Fix indent

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

Modified: contrib/select/select.sh
===================================================================
--- contrib/select/select.sh	2008-12-14 02:14:00 UTC (rev 43726)
+++ contrib/select/select.sh	2008-12-14 02:17:40 UTC (rev 43727)
@@ -132,9 +132,9 @@
     if [ 1 == ${noexec} ]; then
         echo "ln -sf ${1} ${SELECTEDVERSION}"
     else
-            if [ "${1}" != "current" ]; then
-        ln -sf ${1} ${SELECTEDVERSION}
-            fi
+        if [ "${1}" != "current" ]; then
+            ln -sf ${1} ${SELECTEDVERSION}
+        fi
     fi
     for target in $(cat ${CONFPATH}/base); do
         if [ "${1}" == "none" ]; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081213/26053fce/attachment.html>


More information about the macports-changes mailing list