[DRE-commits] [gitlab] 05/08: xargs not required
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Feb 18 12:48:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab.
commit 0fad2fabb973f365ee829cf6f2e305d83034c27c
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Feb 18 17:53:04 2016 +0530
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 8f42165..f04e500 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')" = \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git
More information about the Pkg-ruby-extras-commits
mailing list