diff options
author | Jonas Smedegaard <dr@jones.dk> | 2013-07-27 20:22:41 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-07-27 20:22:41 +0200 |
commit | 338141b0ade79107a493d3132f02a7cf59d40f3b (patch) | |
tree | decd26797a699e158e441d9d85c2dec4907b5d8e /localgit-update-file-timestamps | |
parent | 4c274d896e36afd6a7a4e1ed805919517f4c6ae1 (diff) |
Seems localgit-update-file-timestamps should work fine with POSIX shell.
Diffstat (limited to 'localgit-update-file-timestamps')
-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 |