From 54f28cded91d146ef2953f0518f7866d41f8e242 Mon Sep 17 00:00:00 2001 From: Stephen Haberman Date: Sun, 24 Aug 2008 13:43:05 -0500 Subject: [PATCH] Typo. --- scripts/gc-rm | 2 +- scripts/gc-status | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gc-rm b/scripts/gc-rm index 1599f46..01e7d72 100644 --- a/scripts/gc-rm +++ b/scripts/gc-rm @@ -1,4 +1,4 @@ -$!/bin/sh +#!/bin/sh git rm $* diff --git a/scripts/gc-status b/scripts/gc-status index d3cba61..1e9722e 100644 --- a/scripts/gc-status +++ b/scripts/gc-status @@ -1,4 +1,4 @@ -$!/bin/sh +#!/bin/sh git status $* -- 2.20.1