From b29327b5cefb6b1de5604fc1ad538e2bd8193652 Mon Sep 17 00:00:00 2001
From: Johan Tibell <johan.tibell@gmail.com>
Date: Tue, 15 Oct 2013 09:05:49 -0700
Subject: [PATCH] Default Makefile SSH-USER to USER

---
 Cabal/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cabal/Makefile b/Cabal/Makefile
index 2a4e9805a3..cbfce13acb 100644
--- a/Cabal/Makefile
+++ b/Cabal/Makefile
@@ -8,7 +8,7 @@ KIND=rc
 PREFIX=/usr/local
 HC=ghc
 GHCFLAGS=-Wall
-#SSH-USER=SOME_USER
+SSH-USER=$USER
 
 all: build
 
-- 
GitLab