diff options
-rwxr-xr-x | localgit-update-file-timestamps | 4 |
1 files changed, 3 insertions, 1 deletions
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 |