aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-08-24 16:18:33 +0200
committerHenrik Nord <[email protected]>2011-08-24 16:18:43 +0200
commit0c09797c725c98e5466bf6c575b7be4f2fc0e813 (patch)
treeaafc4cf4f996ece272e6b9c3d2366061c34f08da /lib/dialyzer
parentd5261ddddfba705ed01540f5d60574c02eec67be (diff)
parentd0fb46f556bc7abf9018f402832c138c201f2b05 (diff)
downloadotp-0c09797c725c98e5466bf6c575b7be4f2fc0e813.tar.gz
otp-0c09797c725c98e5466bf6c575b7be4f2fc0e813.tar.bz2
otp-0c09797c725c98e5466bf6c575b7be4f2fc0e813.zip
Merge branch 'hw/update-chmod-without-f' into dev
* hw/update-chmod-without-f: Again: Call chmod without the "-f" flag OTP-9491
Diffstat (limited to 'lib/dialyzer')
-rw-r--r--lib/dialyzer/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/Makefile b/lib/dialyzer/test/Makefile
index 69a8fd742e..47deb17f1d 100644
--- a/lib/dialyzer/test/Makefile
+++ b/lib/dialyzer/test/Makefile
@@ -26,7 +26,7 @@ include $(ERL_TOP)/make/otp_release_targets.mk
release_tests_spec:
$(INSTALL_DIR) $(RELSYSDIR)
- chmod -f -R u+w $(RELSYSDIR)
+ chmod -R u+w $(RELSYSDIR)
$(INSTALL_DATA) $(AUXILIARY_FILES) $(RELSYSDIR)
@tar cf - *_SUITE_data | (cd $(RELSYSDIR); tar xf -)
cd $(RELSYSDIR);\