From 9d14d36e058a9a960d4beab5ea46cd8e0993efff Mon Sep 17 00:00:00 2001 From: Patrick Neumann Date: Tue, 12 Feb 2019 13:48:17 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Egrep/generate=5Ffiles=5Fwith=5Fproblem?= =?UTF-8?q?atic=5Fnames=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grep/generate_files_with_problematic_names | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grep/generate_files_with_problematic_names b/grep/generate_files_with_problematic_names index 72061f5..af0cf2a 100644 --- a/grep/generate_files_with_problematic_names +++ b/grep/generate_files_with_problematic_names @@ -34,6 +34,6 @@ echo "fwpn:newline as separator:mayer" > "newline_as separator.txt" echo "fwpn:tabulator as separator:mayr" > tabulator_as$'\t'separator.txt echo "fwpn:with questionmark:meier" > with_?.txt -echo "fwpn:collon:meyer" > with_:.txt +echo "fwpn:colon:meyer" > with_:.txt exit 0 \ No newline at end of file