From efeda76620b00f7e2000be6b005fa2e2e22e854f Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Fri, 7 Sep 2012 18:50:11 -0700 Subject: [PATCH] Did not consider Gecos field last time. --- AUTHORS | 1 + snippets/java.snippets | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 1063d97..1261dc8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -37,3 +37,4 @@ Povilas Balzaravičius Pawka Dmitry Dementev Travis Holton Chrisyue +Erik Westrup diff --git a/snippets/java.snippets b/snippets/java.snippets index fb27b9c..2d4568a 100644 --- a/snippets/java.snippets +++ b/snippets/java.snippets @@ -140,7 +140,7 @@ snippet /** * ${1} */ snippet @au - @author `system("grep \`id -un\` /etc/passwd | cut -d \":\" -f5")` + @author `system("grep \`id -un\` /etc/passwd | cut -d \":\" -f5 | cut -d \",\" -f1")` snippet @br @brief ${1:Description} snippet @fi