From 338141b0ade79107a493d3132f02a7cf59d40f3b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 27 Jul 2013 20:22:41 +0200 Subject: Seems localgit-update-file-timestamps should work fine with POSIX shell. --- localgit-update-file-timestamps | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'localgit-update-file-timestamps') diff --git a/localgit-update-file-timestamps b/localgit-update-file-timestamps index 53a42df..38b3765 100755 --- a/localgit-update-file-timestamps +++ b/localgit-update-file-timestamps @@ -1,4 +1,6 @@ -#!/bin/bash -e +#!/bin/sh + +set -e #### # Helper script to update the Last modified timestamp of files in a Git SCM # Projects working Copy -- cgit v1.2.3