summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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