[X2Go-Commits] [buildscripts] 04/26: bin/build-deb-package: backport from bin/build-rpm-package: add missing parameter terminator to chmod call.
git-admin at x2go.org
git-admin at x2go.org
Sun Nov 13 20:35:45 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 26c68db37b476efbc834a2b42839dc94841396cb
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sun Nov 13 19:00:31 2016 +0100
bin/build-deb-package: backport from bin/build-rpm-package: add missing parameter terminator to chmod call.
---
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 33eae0f..2526110 100755
--- a/bin/build-deb-package
+++ b/bin/build-deb-package
@@ -79,7 +79,7 @@ set_vars() {
PDEBUILD="pdebuild --pbuilder qemubuilder"
TEMP_BASE="${HOME}/tmp/"
mkdir -p -- "${TEMP_BASE}"
- chmod 2770 "${TEMP_BASE}"
+ chmod 2770 -- "${TEMP_BASE}"
# first argv is the name of the Git project
PROJECT_PATH="${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