From 59e19743ec595dc5343b81b8026773aa943dab18 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 27 Mar 2010 06:55:07 -0400 Subject: Eliminate some bashisms. --- repo/upload | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repo') diff --git a/repo/upload b/repo/upload index f6d68aae..ab4bffcc 100755 --- a/repo/upload +++ b/repo/upload @@ -1,6 +1,7 @@ -#!/bin/bash +#!/bin/sh # # Upload git configuration from here to the repo +# Plesase do not introduce bashims into this script. # confdir=git.berlios.de:/gitroot/gpsd/ -- cgit v1.2.1