Kaydet (Commit) e837d557 authored tarafından Eike Rathke's avatar Eike Rathke

quote URI_ENCODE

Change-Id: Ib3bb6065b02eee8de7c4ca16c8fda05385409703
üst 71b248ef
......@@ -165,7 +165,7 @@ case `basename "$MAILER" | sed 's/-.*$//'` in
shift
;;
--attach)
ATTACH="${ATTACH:-}${ATTACH:+ }--attach "`echo "file://$2" | ${URI_ENCODE}`
ATTACH="${ATTACH:-}${ATTACH:+ }--attach "`echo "file://$2" | "${URI_ENCODE}"`
shift
;;
*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment