Cleanup coding style via "make cleanup-style"

This commit is contained in:
Volker Grabsch 2012-03-29 13:02:06 +02:00
parent 875c74934c
commit 07c311bcba
8 changed files with 19 additions and 19 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -eu
if [ "$#" -ne 2 ]; then

View File

@ -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.