Did not consider Gecos field last time.

This commit is contained in:
Erik Westrup 2012-09-07 18:50:11 -07:00
parent a7b8c5365c
commit efeda76620
2 changed files with 2 additions and 1 deletions

View File

@ -37,3 +37,4 @@ Povilas Balzaravičius Pawka
Dmitry Dementev
Travis Holton
Chrisyue
Erik Westrup

View File

@ -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