diff options
| -rwxr-xr-x | Library/ENV/4.3/cc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index 2647554ad..ea0afd425 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -238,7 +238,7 @@ class Cmd    def syspath      if sdkroot -      %W{#{sdkroot}/usr #{sdkroot}/usr/local} +      %W{#{sdkroot}/usr /usr/local}      else        %W{/usr /usr/local}      end  | 
