Fix shebangs.

This commit is contained in:
Sergey Vartanov 2022-06-06 02:14:18 +03:00
parent ac2d777c99
commit efda73a436
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
python_files="map_machine setup.py tests data/githooks/commit-msg"

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
echo "Looking for changes..."
files=`git status --porcelain | wc -l`