[X2Go-Commits] [x2goclient-contrib] 02/02: timestamps scripts now created w/ executable bit

git-admin at x2go.org git-admin at x2go.org
Sat Jan 23 15:51:47 CET 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient-contrib.

commit 1885dab2cb08d5860acaf7e91c4e0998bb89d468
Author: Mike DePaulo <mikedep333 at gmail.com>
Date:   Sat Jan 23 09:50:55 2016 -0500

    timestamps scripts now created w/ executable bit
---
 generate-timestamps-on-folder.sh |    1 +
 1 file changed, 1 insertion(+)

diff --git a/generate-timestamps-on-folder.sh b/generate-timestamps-on-folder.sh
index da8263c..e434ea1 100755
--- a/generate-timestamps-on-folder.sh
+++ b/generate-timestamps-on-folder.sh
@@ -14,3 +14,4 @@ fi
 
 # http://superuser.com/questions/513753/how-to-save-and-restore-files-created-modified-dates
 find ${1} -type f -exec stat -c 'touch --no-create -d "%y" "%n"' {} \; > ${1}_set-timestamps.sh
+chmod +x ${1}_set-timestamps.sh

--
Alioth's /srv/git/code.x2go.org/x2goclient-contrib.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient-contrib.git


More information about the x2go-commits mailing list