aboutsummaryrefslogtreecommitdiff
path: root/src/data/proto-test/print-raw.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/proto-test/print-raw.sh')
-rwxr-xr-xsrc/data/proto-test/print-raw.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/proto-test/print-raw.sh b/src/data/proto-test/print-raw.sh
index 61b2997..a824fe1 100755
--- a/src/data/proto-test/print-raw.sh
+++ b/src/data/proto-test/print-raw.sh
@@ -1,2 +1,2 @@
#!/bin/bash
-sed -E -e "/^((\\s+)?#.*)?$/D" -e "s/\\s//g" | tr -d "\\n" | xxd -ps -r
+sed -E -e "s/((\\s+)?#.*)?$//" -e "/^(\\s+)?$/D" -e "s/\\s//g" | tr -d "\\n" | xxd -ps -r