# HG changeset patch # User Jiri Vanek # Date 1551712683 -3600 # Node ID 3a98b65236b387a7098800a9ef787a55f91321ba # Parent f53207f08c790648e829256d77ff551899af7639 removal o redundat cygpath - by Michal Vala diff -r f53207f08c79 -r 3a98b65236b3 Makefile.am --- a/Makefile.am Mon Mar 04 16:17:38 2019 +0100 +++ b/Makefile.am Mon Mar 04 16:18:03 2019 +0100 @@ -1188,9 +1188,6 @@ stamps/netx-dist-tests-sign-some-reproducers.stamp: stamps/netx-dist-tests-prepare-reproducers.stamp export keystore=$(TOP_BUILD_DIR)/$(PRIVATE_KEYSTORE_NAME); \ - if which cygpath ; then \ - export keystore=$$(cygpath -p -m "$$keystore") ; \ - fi ; \ types=($(SIGNED_REPRODUCERS)) ; \ for which in "$${types[@]}" ; do \ tcaw=$(TEST_CERT_ALIAS)_$$which ; \