[DRE-commits] [gitlab] 02/02: xargs is not necessary
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Feb 18 09:22:59 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 39745303470fd841dc983386969540e79499e85d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Feb 18 14:52:26 2016 +0530
xargs is not necessary
---
debian/postinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/postinst b/debian/postinst
index 6cbe8c1..94d9ab8 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -34,7 +34,7 @@ case "$1" in
# Read and export debian specific configuration
# Only exported variables will be passed on to gitlab app
gitlab_debian_conf=/etc/gitlab/gitlab-debian.conf
- export $(cat ${gitlab_debian_conf}|xargs)
+ export $(cat ${gitlab_debian_conf})
# Create gitlab user
. /usr/lib/gitlab/scripts/adduser.sh
--
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