change /bin/bash to /usr/bin/env bash .

This commit is contained in:
maraflush
2020-07-24 12:33:06 +02:00
parent d30bb964fb
commit 1db03b045c
7 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
git add . -u
git commit -m "Saving files before refreshing line endings"
@@ -6,4 +6,4 @@ git rm --cached -r .
git reset --hard
git add .
set +e
git commit -m "Normalize all the line endings"
git commit -m "Normalize all the line endings"