From 8a2fd57024942c0093fa06113233ac77ebc57a03 Mon Sep 17 00:00:00 2001 From: William Joye Date: Thu, 29 Jun 2017 18:03:37 -0400 Subject: fix macos build script --- ds9/unix/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in index 25b1943..278a857 100644 --- a/ds9/unix/Makefile.in +++ b/ds9/unix/Makefile.in @@ -74,7 +74,7 @@ system = @system@ APPDIR = zvfsmntpt LIBDIR= $(APPDIR) -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