diff grep.xml @ 1:a4ad586d1403 draft

Uploaded
author bgruening
date Thu, 05 Sep 2013 11:42:27 -0400
parents ec66f9d90ef0
children fc862d5bccaf
line wrap: on
line diff
--- a/grep.xml	Thu Sep 05 04:58:21 2013 -0400
+++ b/grep.xml	Thu Sep 05 11:42:27 2013 -0400
@@ -6,7 +6,7 @@
         <requirement type="set_environment">UNIX_TOOLS_SCRIPT_PATH</requirement>
     </requirements>
     <command interpreter="sh">
-        #if $color = "COLOR":
+        #if $color == "COLOR":
             GREP_COLOR='1;34' grep --color=always -P "$@" -- "${url_paste}" '${input}' | \$UNIX_TOOLS_SCRIPT_PATH/ansi2html.sh > "${output}"
         #else:
             grep -P "$@" -- "${url_paste}" '${input}' | grep -v "^--$" > "${output}"