1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 18:57:39 +02:00

do not propagate the local user name from config.h to trexio.h

This commit is contained in:
q-posev 2021-07-23 16:19:15 +02:00
parent 2f876ef7cd
commit 578819afe7

View File

@ -6,7 +6,6 @@ cat prefix_front.h > trexio.h
# grep some usefull constants from the config.h
echo "" >> trexio.h
grep "_VERSION" ../../include/config.h >> trexio.h
grep "_USER_NAME" ../../include/config.h >> trexio.h
echo "" >> trexio.h
cat prefix_s_front.h > trexio_s.h