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