summaryrefslogtreecommitdiff
path: root/scripts/showSamples.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-02-27 03:06:35 (GMT)
committerAlexey Neyman <stilor@att.net>2017-02-27 03:06:35 (GMT)
commit59bab98b2de061f395dc81f9a31157b4b1f9de91 (patch)
tree1f294bca496405cc83ac69967460b3f0cebb1d7c /scripts/showSamples.sh
parentdf1e3e32cfb7cf09e4636b08eeffb53181ca1e83 (diff)
Revert "Determine whether -E/-r option selects extended regexp"
This reverts commit 7bcf18bfab84374d3305c7a088f95ac1219ddf93.
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-xscripts/showSamples.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh
index 14eb080..f3a21d2 100755
--- a/scripts/showSamples.sh
+++ b/scripts/showSamples.sh
@@ -129,7 +129,7 @@ dump_single_sample() {
;;
canadian)
printf "| ''"
- printf "${sample}" |${sed_r} -e 's/.*,//'
+ printf "${sample}" |${sed} -r -e 's/.*,//'
printf "'' | ${CT_HOST} "
;;
*) ;;