Mercurial > cgi-bin > hgweb.cgi > JpegWasher
changeset 40:a65a8f5a9647
Remove more deadwood.
author | David Barts <n5jrn@me.com> |
---|---|
date | Fri, 01 May 2020 23:07:23 -0700 |
parents | 89d7f4d91f67 |
children | 4903ac32a287 |
files | package-files/osx/JavaApplicationStub |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/package-files/osx/JavaApplicationStub Fri May 01 23:06:04 2020 -0700 +++ b/package-files/osx/JavaApplicationStub Fri May 01 23:07:23 2020 -0700 @@ -96,13 +96,6 @@ die "'$java' not found or not executable" fi -# function 'plist_get()' -# -# read a specific Plist key with 'PlistBuddy' utility -# -# @param1 the Plist key with leading colon ':' -# @return the value as String or Array -################################################################################ function plist_get { /usr/libexec/PlistBuddy -c "print $1" Contents/Info.plist 2> /dev/null }