7168208: Change use of @ in one sed command involving paths to different character
authorihse
Fri, 11 May 2012 08:21:30 -0700
changeset 12604 4b1837b6c764
parent 12579 4cc5610a6dd6
child 12605 1cd85c736535
7168208: Change use of @ in one sed command involving paths to different character Reviewed-by: ohair
jdk/make/common/Release.gmk
--- a/jdk/make/common/Release.gmk	Wed Jul 05 18:10:27 2017 +0200
+++ b/jdk/make/common/Release.gmk	Fri May 11 08:21:30 2012 -0700
@@ -1311,8 +1311,8 @@
 	@$(java-vm-cleanup)
 
 # Clean up names in the messages printed out
-CAT_FILTER = $(SED) -e "s@$(JDK_IMAGE_DIR)@JDK_IMAGE@g" \
-	            -e "s@$(JRE_IMAGE_DIR)@JRE_IMAGE@g"
+CAT_FILTER = $(SED) -e "s|$(JDK_IMAGE_DIR)|JDK_IMAGE|g" \
+	            -e "s|$(JRE_IMAGE_DIR)|JRE_IMAGE|g"
 
 # Report on the jre image comparison
 compare-image-jre: $(TEMP_PREV_JRE_COMPARISON)