Skip to content

Commit

Permalink
git can handle permissions itself, so let it do that.
Browse files Browse the repository at this point in the history
  • Loading branch information
HBBroeker authored and Ethan A Merritt committed Nov 19, 2017
1 parent e063338 commit 49fc636
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
2017-11-11 Hans-Bernhard Broeker <broeker@users.sourceforge.net>

* prepare (AUTOMAKE): Remove permission fix-up commands, in favour
of letting git handle this.
* missing, config/djconfig.sh: Set permissions to executable.

2017-11-08 Ethan A Merritt <merritt@u.washington.edu>

* src/set.c (set_logscale): If the axis is currently autoscaled and
Expand Down
Empty file modified config/djconfig.sh 100644 → 100755
Empty file.
Empty file modified missing 100644 → 100755
Empty file.
3 changes: 0 additions & 3 deletions prepare
Expand Up @@ -13,9 +13,6 @@ AUTOCONF=${AUTOCONF:-autoconf}
AUTOHEADER=${AUTOHEADER:-autoheader}
AUTOMAKE=${AUTOMAKE:-automake}

exelist="configure configure.vms depcomp install-sh missing mkinstalldirs config/djconfig.sh"

chmod 755 $exelist >/dev/null 2>&1
chmod og-w docs/* >/dev/null 2>&1

# Clean up
Expand Down

0 comments on commit 49fc636

Please sign in to comment.