[X2Go-Commits] [buildscripts] 18/26: bin/sbuild-deb-package: backport from bin/build-deb-package: add missing parameter terminator to chmod call.

git-admin at x2go.org git-admin at x2go.org
Sun Nov 13 20:35:47 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 ffaa7bedc3a0839e5fe7583eebffdf7c3ed88e17
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sun Nov 13 20:16:09 2016 +0100

    bin/sbuild-deb-package: backport from bin/build-deb-package: add missing parameter terminator to chmod call.
---
 bin/sbuild-deb-package |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package
index de52f6b..948286e 100755
--- a/bin/sbuild-deb-package
+++ b/bin/sbuild-deb-package
@@ -78,7 +78,7 @@ set_vars() {
 	SBUILD="sbuild"
 	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