diff options
author | Peter Andersson <[email protected]> | 2015-03-06 12:25:14 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2015-03-06 12:25:14 +0100 |
commit | 444ca955aa7ca90cf5e2621bc5324b96a0c24947 (patch) | |
tree | 36ffab3995ab3fa42317d30e95272090a9874b42 | |
parent | 50305916505a062e9690ddcb0911fb9823d951c4 (diff) | |
parent | 41ede9c2b79cd67bf4d6d6ba5953e3e311c7574b (diff) | |
download | otp-444ca955aa7ca90cf5e2621bc5324b96a0c24947.tar.gz otp-444ca955aa7ca90cf5e2621bc5324b96a0c24947.tar.bz2 otp-444ca955aa7ca90cf5e2621bc5324b96a0c24947.zip |
Merge branch 'maint'
-rw-r--r-- | lib/common_test/priv/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/priv/Makefile.in b/lib/common_test/priv/Makefile.in index 5a9fabbe45..1bc6b82ebb 100644 --- a/lib/common_test/priv/Makefile.in +++ b/lib/common_test/priv/Makefile.in @@ -71,7 +71,7 @@ debug opt: $(V_at)sed -e 's;@CT_VSN@;$(VSN);' \ -e 's;@TS_VSN@;$(TEST_SERVER_VSN);' \ ../install.sh.in > install.sh - $(V_at)chmod 775 install.sh + - $(V_at)chmod -f 775 install.sh docs: |