diff --git a/csaf_2.0/test/cpe/run_tests.sh b/csaf_2.0/test/cpe/run_tests.sh
index 83233ec12..cb6b0b4e5 100755
--- a/csaf_2.0/test/cpe/run_tests.sh
+++ b/csaf_2.0/test/cpe/run_tests.sh
@@ -20,7 +20,7 @@ get_dictionary() {
prepare_23_dictionary() {
# Get CPE 2.3 fields
# Correctly decode special characters
- grep '$//' \
+ grep '$//' \
| sed -e 's/\\&/\\\&/g' \
| sed -e 's/\\"/\\"/g' \
> "$CPE".txt