diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 11:02:06 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 11:02:06 (GMT) |
commit | 07c311bcba014dbf00edf4420f6936eb8986f534 (patch) | |
tree | 42ba941e0b37f9500e971b7a75f031253a514fdc /tools/patch-tool-mxe | |
parent | 875c74934c231db6ed92cd3363d41a1bc724878e (diff) | |
download | mxe-07c311bcba014dbf00edf4420f6936eb8986f534.zip mxe-07c311bcba014dbf00edf4420f6936eb8986f534.tar.gz mxe-07c311bcba014dbf00edf4420f6936eb8986f534.tar.bz2 |
Cleanup coding style via "make cleanup-style"
Diffstat (limited to 'tools/patch-tool-mxe')
-rwxr-xr-x | tools/patch-tool-mxe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patch-tool-mxe b/tools/patch-tool-mxe index 8450dd4..c130fae 100755 --- a/tools/patch-tool-mxe +++ b/tools/patch-tool-mxe @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Tool for converting between MXE patch files and git repos # Imports and exports patch files in "git format-patch" format. |