summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTomas Vondra2017-08-21 12:13:01 +0000
committerTomas Vondra2017-08-21 12:54:32 +0000
commit99341c120d30eb7cc44eefa809d89d5127d36cd5 (patch)
treeca84ab41d5d4adad4f56ffb0ec1c0550ab7262db /src
parent4384f863c632c0b4bd3e680af6a02b086578a2a5 (diff)
Use sed instead of ex in make_signature script
The make_signature script was using ex, which is part of vi editor and seems to be less portable than sed, particularly when considering BSD systems (e.g. FreeBSD). It lacks some of the GNU/Linux improvements, causing failures of the script. We also do not check existence of the command in configure, so it may be missing entirely. Switching to sed fixes both those issues - it seems more portable, and we already check it's availability in configure. Patch contributed by John Schneider <john.a.schneider@gmail.com>, additional comments and input by Jov <amutu@amutu.com>.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions