From 1cad672ab4f3548234b075a0ab5899e2150d2a2e Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 9 Aug 2013 13:32:13 -0400 Subject: [PATCH] cleanup Signed-off-by: Jason Etheridge --- installer/wheezy/eg_wheezy_installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index 00aaeb319..30107b1c0 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -100,8 +100,8 @@ ldconfig; # Create opensrf user and set up environment if [ ! "$(grep ^opensrf: /etc/passwd)" ]; then useradd -m -s /bin/bash opensrf - echo 'export PATH=/openils/bin:$PATH -export LD_LIBRARY_PATH=/openils/lib:/usr/local/lib:/usr/local/lib/dbd:$LD_LIBRARY_PATH' >> /home/opensrf/.bashrc + echo 'export PATH=/openils/bin:$PATH' >> /home/opensrf/.bashrc + echo 'export LD_LIBRARY_PATH=/openils/lib:/usr/local/lib:/usr/local/lib/dbd:$LD_LIBRARY_PATH' >> /home/opensrf/.bashrc fi; # XXX for now, fetch the debian-wheezy install target working branches and merge in master -- 2.11.0