From 0742b387253f25c74ad2084a232b7f7fd68db1be Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 27 Jun 2018 09:53:46 -0400 Subject: Revert "Use the "commands" argument of AC_CONFIG_FILES to make scripts +x" This reverts commit 56c1fbf33f34e010ec33e7660fab3ec3ecb43fc8. --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6d112b8c2f..116a51f7a3 100644 --- a/configure.ac +++ b/configure.ac @@ -2279,13 +2279,6 @@ AC_CONFIG_FILES([ src/rust/.cargo/config scripts/maint/checkOptionDocs.pl scripts/maint/updateVersions.pl -], [ - chmod +x contrib/dist/suse/tor.sh - chmod +x link_rust.sh - chmod +x contrib/dist/tor.sh - chmod +x contrib/dist/torctl - chmod +x scripts/maint/checkOptionDocs.pl - chmod +x scripts/maint/updateVersions.pl ]) if test "x$asciidoc" = "xtrue" && test "$ASCIIDOC" = "none"; then -- cgit v1.2.3-54-g00ecf