From aa79c36e3e1a6058934c3dac01d0d137422fee52 Mon Sep 17 00:00:00 2001 From: Alan Stebbens Date: Thu, 23 Jan 2014 21:41:36 -0800 Subject: [PATCH] Reinserted the missing '!' from the shebang line. --- gitstatus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitstatus.sh b/gitstatus.sh index d290e07..55aebd4 100755 --- a/gitstatus.sh +++ b/gitstatus.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/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).