From 0ca95658b6acae7869e798c3993d0aa841d16275 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 16 Jun 2012 14:36:49 -0400 Subject: [PATCH] lets try this again --- envsetup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/envsetup.sh b/envsetup.sh index af893e9..d3788eb 100755 --- a/envsetup.sh +++ b/envsetup.sh @@ -11,10 +11,10 @@ die() { # Some variable(s) -userdistro="NULL" -repo="git://github.com/staticsafe/dotfiles.git" +userdistro == "NULL" +repo == "git://github.com/staticsafe/dotfiles.git" -portpath="/opt/local/bin/port" # This is the default install directory for the MacPorts port binary, you may find this useful. +portpath == "/opt/local/bin/port" # This is the default install directory for the MacPorts port binary, you may find this useful. # Lets get this party on the road, shall we?