summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-06-29 21:48:50 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-06-29 21:48:50 (GMT)
commit24c340fed405569cec8b66989099578163583886 (patch)
treee96c960c11c229315ae2cc5ef929faa905480049 /ds9
parent2b511cfff0cb76a24c9b6011a519eb1058dabbfb (diff)
downloadblt-24c340fed405569cec8b66989099578163583886.zip
blt-24c340fed405569cec8b66989099578163583886.tar.gz
blt-24c340fed405569cec8b66989099578163583886.tar.bz2
fix macos build script
Diffstat (limited to 'ds9')
-rw-r--r--ds9/macos/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/macos/Makefile.in b/ds9/macos/Makefile.in
index 3e3a248..20c06c4 100644
--- a/ds9/macos/Makefile.in
+++ b/ds9/macos/Makefile.in
@@ -79,7 +79,7 @@ TKSRC = $(prefix)/build/tk/Tk.framework/Versions/$(TCL_VERSION)
#TKSRCD = $(prefix)/build/tk/Development
TKDIR = $(APPDIR)/Contents/Frameworks/Tk.framework
-ID = $(shell finger $(shell whoami) | egrep -o 'Name: [a-zA-Z0-9 ]{1,}' | cut -d ':' -f 2 | xargs echo)
+ID = $(shell finger $(shell whoami) | egrep -o 'Name: [a-zA-Z0-9 ]{1,}' | cut -d ':' -f 2 | head -n 1 | xargs echo)
OBJS = ds9.o tkAppInit.o