From 0fad2fabb973f365ee829cf6f2e305d83034c27c Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Thu, 18 Feb 2016 17:53:04 +0530 Subject: [PATCH] xargs not required --- debian/rake-tasks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rake-tasks.sh b/debian/rake-tasks.sh index 8f42165732..f04e5002ee 100755 --- a/debian/rake-tasks.sh +++ b/debian/rake-tasks.sh @@ -1,7 +1,7 @@ #! /bin/sh # Read and export debian specific configuration # Only exported variables will be passed on to gitlab app -export $(cat /etc/gitlab/gitlab-debian.conf|xargs) +export $(cat /etc/gitlab/gitlab-debian.conf) echo "Initializing database..." if [ "$(su postgres -c 'psql gitlab_production -c \\d')" = \