diff options
author | stuconnolly <stuart02@gmail.com> | 2009-05-19 15:23:18 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-05-19 15:23:18 +0000 |
commit | ced198c6e9aee4a7ea0ec02c559d9461ba9ceaae (patch) | |
tree | 41acfaf26ed1bb21e9c3b06fbc9c5e47014d7df5 /Scripts/trim-application.sh | |
parent | 0ad4a219afda9e2c00db4dd80598d17ce6bf0c1f (diff) | |
download | sequelpro-ced198c6e9aee4a7ea0ec02c559d9461ba9ceaae.tar.gz sequelpro-ced198c6e9aee4a7ea0ec02c559d9461ba9ceaae.tar.bz2 sequelpro-ced198c6e9aee4a7ea0ec02c559d9461ba9ceaae.zip |
Add Subversion Id property to scripts.
Diffstat (limited to 'Scripts/trim-application.sh')
-rwxr-xr-x | Scripts/trim-application.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Scripts/trim-application.sh b/Scripts/trim-application.sh index 90540e40..a8194060 100755 --- a/Scripts/trim-application.sh +++ b/Scripts/trim-application.sh @@ -1,5 +1,7 @@ #! /bin/ksh +## $Id$ +## ## Author: Stuart Connolly (stuconnolly.com) ## Copyright (c) 2009 Stuart Connolly. All rights reserved. ## @@ -124,4 +126,4 @@ fi printf "\nTrimming application bundle '`basename $APP_PATH`' complete\n" -exit 0
\ No newline at end of file +exit 0 |