[X2Go-Commits] [buildscripts] 13/26: bin/build-deb-package: drop extraneous redirection.
git-admin at x2go.org
git-admin at x2go.org
Sun Nov 13 20:35:46 CET 2016
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository buildscripts.
commit a8d2e005f0013e3863f792d9f555edad13bae387
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sun Nov 13 19:39:48 2016 +0100
bin/build-deb-package: drop extraneous redirection.
---
bin/build-deb-package | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/build-deb-package b/bin/build-deb-package
index c172286..c7dcea2 100755
--- a/bin/build-deb-package
+++ b/bin/build-deb-package
@@ -46,7 +46,7 @@ test -z "${1}" && {
PREFIX="$(cut -d"-" -f1 <<< "$(basename "${0}")")"
test -f "${HOME}/.buildscripts/${PREFIX}.conf" && . "${HOME}/.buildscripts/${PREFIX}.conf" || {
exec >&2
- echo "${0} has no valid context prefix..." >&2
+ echo "${0} has no valid context prefix..."
exit 1;
}
--
Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
More information about the x2go-commits
mailing list