Skip to content

Commit

Permalink
fetchgit: Use more correct setting for chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Aug 14, 2015
1 parent ec3966e commit 0d1eb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([nix-exec], [4.1.1])
AC_INIT([nix-exec], [4.1.2])

AM_INIT_AUTOMAKE([foreign -Wall subdir-objects dist-xz no-dist-gzip])

Expand Down
2 changes: 1 addition & 1 deletion scripts/fetchgit.sh.in
Expand Up @@ -52,7 +52,7 @@ do_archive() {

'@sync@'
if '@mv@' -T "$dir" "$archive"; then
'@chmod@' -w -R "$archive"
'@chmod@' a-w -R "$archive"
else
[ -d "$dir" ];
fi
Expand Down

0 comments on commit 0d1eb58

Please sign in to comment.