From 4c99ee0b1b450b75f900b713ab6672a0316c8929 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 16 Jun 2012 14:40:12 -0400 Subject: [PATCH] why the hell does this not work in Gentoo? --- envsetup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/envsetup.sh b/envsetup.sh index d3788eb..b79abea 100755 --- a/envsetup.sh +++ b/envsetup.sh @@ -11,8 +11,8 @@ 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.