summaryrefslogtreecommitdiff
path: root/make_osx_package.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-01-04 11:43:47 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-01-04 11:43:47 -0800
commit220e3816a04961b6341d84e55eba8d0c43e79458 (patch)
treec70fc7f502d14003965047f861fe94e82c918d11 /make_osx_package.sh
parent9ae10b43524e85fb90273f99e307da66607293c7 (diff)
make_osx_package: Don't hardcode jgm, use whoami.
Diffstat (limited to 'make_osx_package.sh')
-rwxr-xr-xmake_osx_package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_osx_package.sh b/make_osx_package.sh
index 384cb89cc..25e90bd4e 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -8,7 +8,7 @@ ROOT=$DIST/pandoc
DEST=$ROOT/usr/local
SCRIPTS=osx-resources
BASE=pandoc-$VERSION
-ME=jgm
+ME=$(whoami)
CODESIGNID="Developer ID Application: John Macfarlane"
PACKAGEMAKER=/Applications/PackageMaker.app/Contents/MacOS/PackageMaker
EXES="pandoc pandoc-citeproc biblio2yaml"