patch-desktop_geary-attach 624 B

12345678910111213141516171819
  1. $OpenBSD: patch-desktop_geary-attach,v 1.1 2014/11/05 09:13:15 landry Exp $
  2. --- desktop/geary-attach.orig Wed Nov 5 09:42:48 2014
  3. +++ desktop/geary-attach Wed Nov 5 09:42:56 2014
  4. @@ -1,4 +1,4 @@
  5. -#!/bin/bash
  6. +#!/bin/sh
  7. # This is a wrapper script to attach several files to an email in Geary.
  8. # Written by Viko Adi Rahmawan <vikoadi@gmail.com>
  9. @@ -7,7 +7,7 @@
  10. #TODO: define a Gettext domain
  11. # Disable history substitution on "!" symbols so we can have them in strings
  12. -set +H
  13. +# set +H
  14. if [ -z "$1" ] || [ "$1" = '-h' ] || [ "$1" = '--help' ]; then
  15. echo $"Usage: $0 /path/to/file [/path/to/another/file...]