mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-11-03 20:54:07 +01:00
do not propagate the local user name from config.h to trexio.h
This commit is contained in:
parent
2f876ef7cd
commit
578819afe7
@ -6,7 +6,6 @@ cat prefix_front.h > trexio.h
|
|||||||
# grep some usefull constants from the config.h
|
# grep some usefull constants from the config.h
|
||||||
echo "" >> trexio.h
|
echo "" >> trexio.h
|
||||||
grep "_VERSION" ../../include/config.h >> trexio.h
|
grep "_VERSION" ../../include/config.h >> trexio.h
|
||||||
grep "_USER_NAME" ../../include/config.h >> trexio.h
|
|
||||||
echo "" >> trexio.h
|
echo "" >> trexio.h
|
||||||
|
|
||||||
cat prefix_s_front.h > trexio_s.h
|
cat prefix_s_front.h > trexio_s.h
|
||||||
|
Loading…
Reference in New Issue
Block a user