xdg-email:awk: line 15: regular expression compile failed (bad class -- [], [^] or [)

Bug #682292 reported by _erwin_
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Simple Scan
Expired
Low
Unassigned

Bug Description

When using simple scan I get the next error from xdg-email

./xdg-email.org --attach xdg-email
awk: line 15: regular expression compile failed (bad class -- [], [^] or [)
[@a-zA-Z0-9.-\\
awk: line 15: syntax error at or near ]
awk: line 17: syntax error at or near else
awk: line 20: syntax error at or near }

fix for xdg-email is:
- } else if ( c ~ /[@a-zA-Z0-9.-\\/]/ ) {
- e = e c
+ } else if ( c ~ /[@a-zA-Z0-9.\-\/]/ ) {
+ e = e c
             } else {

Revision history for this message
Anke Kernbach (an-ke) wrote :
Revision history for this message
Michael Nagel (nailor) wrote :

Please confirm that it is a duplicate or elaborate why it is not. Thanks!

Changed in simple-scan:
status: New → Incomplete
importance: Undecided → Medium
importance: Medium → Low
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for Simple Scan because there has been no activity for 60 days.]

Changed in simple-scan:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.