mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-29 18:27:19 +02:00
Fix shebangs.
This commit is contained in:
parent
ac2d777c99
commit
efda73a436
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
python_files="map_machine setup.py tests data/githooks/commit-msg"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "Looking for changes..."
|
||||
files=`git status --porcelain | wc -l`
|
||||
|
|
Loading…
Add table
Reference in a new issue