diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-01-19 14:31:23 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-01-19 14:31:23 +0000 |
commit | 111b47c047923c629b20e488bafd522882fcd5ca (patch) | |
tree | e8e7a821b60e1314e372096b829363f81763e192 /Scripts/package-application.sh | |
parent | 18ba5ccae950eec7a3581ac592f9a4e43b2fd724 (diff) | |
download | sequelpro-111b47c047923c629b20e488bafd522882fcd5ca.tar.gz sequelpro-111b47c047923c629b20e488bafd522882fcd5ca.tar.bz2 sequelpro-111b47c047923c629b20e488bafd522882fcd5ca.zip |
Remove SVN property placeholders.
Diffstat (limited to 'Scripts/package-application.sh')
-rwxr-xr-x | Scripts/package-application.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Scripts/package-application.sh b/Scripts/package-application.sh index 0eaaac79..92e6072f 100755 --- a/Scripts/package-application.sh +++ b/Scripts/package-application.sh @@ -1,8 +1,6 @@ #!/bin/sh # -# $Id$ -# # package-application.sh # sequel-pro # @@ -32,7 +30,8 @@ # # More info at <http://code.google.com/p/sequel-pro/> -# A very basic script to build and sign a disk image for Sequel Pro; based on better work by Stuart Connolly. +# A very basic script to build and sign a disk image for Sequel Pro; +# based on better work by Stuart Connolly. # # Ensure the path to the application has been supplied - should have occurred when the # script was run by selecting 'Distribution' target and building. |