From 96b0609a8dd3a231f43fb92505569f4971948397 Mon Sep 17 00:00:00 2001
From: Prashanth Dwarakanath <pchengi@nsc.liu.se>
Date: Mon, 19 Mar 2018 17:36:13 +0100
Subject: [PATCH] fix path

---
 presetup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/presetup.sh b/presetup.sh
index b17da87..fb66d89 100644
--- a/presetup.sh
+++ b/presetup.sh
@@ -6,5 +6,5 @@ echo "en_US.UTF-8 UTF-8" >/etc/locale.gen
 locale-gen
 echo 'export LANG=en_US.UTF-8' >>/etc/bash.bashrc
 export 'RBENV_ROOT=/usr/local/src/rbenv
-echo 'export PATH=$RBENV_ROOT/bin:$PATH' >>/etc/bash.bashrc
+echo "export PATH=$RBENV_ROOT/bin:$PATH" >>/etc/bash.bashrc
 ln -s /usr/bin/python2.7 /usr/bin/python
-- 
GitLab