changeset 1576:fd991e531f45

removal o redundat cygpath - by Michal Vala
author Jiri Vanek <jvanek@redhat.com>
date Fri, 01 Mar 2019 10:16:01 +0100
parents d086c969440f
children e53bdf5bdf98
files Makefile.am
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Thu Feb 28 14:49:58 2019 +0100
+++ b/Makefile.am	Fri Mar 01 10:16:01 2019 +0100
@@ -1289,9 +1289,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 ; \