lets try this again

This commit is contained in:
staticsafe 2012-06-16 14:36:49 -04:00
parent 2d33c85be7
commit 0ca95658b6
1 changed files with 3 additions and 3 deletions

View File

@ -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?