From 24c340fed405569cec8b66989099578163583886 Mon Sep 17 00:00:00 2001 From: William Joye Date: Thu, 29 Jun 2017 17:48:50 -0400 Subject: fix macos build script --- ds9/macos/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12