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?