mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-09 09:38:39 +00:00
change /bin/bash to /usr/bin/env bash .
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user