Skip to content
Snippets Groups Projects
Commit c10e4d16 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

reintroduced whoami!

parent 0efa1be3
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.109 2001-08-01 08:05:13 geuzaine Exp $
# $Id: Makefile,v 1.110 2001-08-01 09:46:35 geuzaine Exp $
# ----------------------------------------------------------------------
# Makefile for Gmsh
# ----------------------------------------------------------------------
......@@ -197,7 +197,7 @@ tag:
echo "#define GMSH_VERSION $(GMSH_RELEASE)" > Common/GmshVersion.h
echo "#define GMSH_DATE \"`date`\"" >> Common/GmshVersion.h
echo "#define GMSH_HOST \"`hostname`\"" >> Common/GmshVersion.h
echo "#define GMSH_PACKAGER \"remacle\"" >> Common/GmshVersion.h
echo "#define GMSH_PACKAGER \"`whoami`\"" >> Common/GmshVersion.h
echo "#define GMSH_OS \"`uname -sr`\"" >> Common/GmshVersion.h
initialtag:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment