Skip to content

Commit 12e4de1

Browse files
committed
Merge pull request magicmonty#190 from hiukkanen/master
Use portable shebang
2 parents 22d5591 + c6e9984 commit 12e4de1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

git-prompt-help.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# git-prompt-help -- show useful info to help new users with the information
33
# being displayed.
44

gitprompt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
function async_run() {
44
{

gitstatus.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# -*- coding: UTF-8 -*-
33
# gitstatus.sh -- produce the current git repo status on STDOUT
44
# Functionally equivalent to 'gitstatus.py', but written in bash (not python).

gitstatus_pre-1.7.10.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# -*- coding: UTF-8 -*-
33
# gitstatus.sh -- produce the current git repo status on STDOUT
44
# Functionally equivalent to 'gitstatus.py', but written in bash (not python).

0 commit comments

Comments
 (0)