Merge pull request #190 from hiukkanen/master

Use portable shebang
master
Martin Gondermann 10 years ago
commit 12e4de13bb
  1. 2
      git-prompt-help.sh
  2. 2
      gitprompt.sh
  3. 2
      gitstatus.sh
  4. 2
      gitstatus_pre-1.7.10.sh

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# git-prompt-help -- show useful info to help new users with the information
# being displayed.

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
function async_run() {
{

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# -*- coding: UTF-8 -*-
# gitstatus.sh -- produce the current git repo status on STDOUT
# Functionally equivalent to 'gitstatus.py', but written in bash (not python).

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# -*- coding: UTF-8 -*-
# gitstatus.sh -- produce the current git repo status on STDOUT
# Functionally equivalent to 'gitstatus.py', but written in bash (not python).

Loading…
Cancel
Save