Skip to content

Commit 806e0ab

Browse files
Maxin johngitster
authored andcommitted
contrib/thunderbird-patch-inline: do not require bash to run the script
The script does not have to be run under bash, but any POSIX compliant shell would do, as it does not use any bash-isms. It may be written under a different style than what is recommended in Documentation/CodingGuidelines, but that is a different matter. While at it, fix obvious typos in the comment. Signed-off-by: Maxin B. John <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4b705f4 commit 806e0ab

File tree

1 file changed

+2
-2
lines changed
  • contrib/thunderbird-patch-inline

1 file changed

+2
-2
lines changed

contrib/thunderbird-patch-inline/appp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
# Copyright 2008 Lukas Sandström <[email protected]>
33
#
44
# AppendPatch - A script to be used together with ExternalEditor
5-
# for Mozilla Thunderbird to properly include pathes inline i e-mails.
5+
# for Mozilla Thunderbird to properly include patches inline in e-mails.
66

77
# ExternalEditor can be downloaded at http://globs.org/articles.php?lng=en&pg=2
88

0 commit comments

Comments
 (0)