aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/priv
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2015-01-21 22:17:01 +0100
committerPeter Andersson <[email protected]>2015-01-21 22:17:01 +0100
commit96274bb8ce9904999e7137e3082d3dde18e75c7d (patch)
treedccba8eb21e01578cabea92bc79f4d93467d5971 /lib/common_test/priv
parent2249ed70a95b238d37164a64abecfbde76f7dec2 (diff)
downloadotp-96274bb8ce9904999e7137e3082d3dde18e75c7d.tar.gz
otp-96274bb8ce9904999e7137e3082d3dde18e75c7d.tar.bz2
otp-96274bb8ce9904999e7137e3082d3dde18e75c7d.zip
Have make ignore the chmod command line in the makefile if it fails
Diffstat (limited to 'lib/common_test/priv')
-rw-r--r--lib/common_test/priv/Makefile.in2
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: