You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sedsed -e 's;foo;bar;'Traceback (most recent call last): File "/usr/bin/sedsed", line 1346, in <module> cmd = SedCommand(possiblecmd) File "/usr/bin/sedsed", line 633, in __init__ self.do_it_all() File "/usr/bin/sedsed", line 690, in do_it_all self.delimiter = self.junk[0]IndexError: string index out of range
$
When fixed, remove the exception in test/gnused/run.
The text was updated successfully, but these errors were encountered:
When fixed, remove the exception in
test/gnused/run
.The text was updated successfully, but these errors were encountered: