diff options
author | Henrik Nord <[email protected]> | 2011-08-24 16:18:33 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-08-24 16:18:43 +0200 |
commit | 0c09797c725c98e5466bf6c575b7be4f2fc0e813 (patch) | |
tree | aafc4cf4f996ece272e6b9c3d2366061c34f08da /lib/ssh | |
parent | d5261ddddfba705ed01540f5d60574c02eec67be (diff) | |
parent | d0fb46f556bc7abf9018f402832c138c201f2b05 (diff) | |
download | otp-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/ssh')
-rw-r--r-- | lib/ssh/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile index 5a2a6de24a..1820924ed6 100644 --- a/lib/ssh/test/Makefile +++ b/lib/ssh/test/Makefile @@ -115,7 +115,7 @@ release_tests_spec: opt $(INSTALL_DATA) $(ERL_FILES) $(RELSYSDIR) $(INSTALL_DATA) ssh.spec ssh.cover $(RELSYSDIR) $(INSTALL_DATA) $(HRL_FILES_NEEDED_IN_TEST) $(RELSYSDIR) - chmod -f -R u+w $(RELSYSDIR) + chmod -R u+w $(RELSYSDIR) @tar cf - *_SUITE_data | (cd $(RELSYSDIR); tar xf -) release_docs_spec: |