1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

genex/: "genex" is now a wrapper that sets PATH, then calls genex-bin

This commit is contained in:
Werner Almesberger
2012-04-17 17:36:32 -03:00
parent 40a76e1d4a
commit fff142c6de
4 changed files with 8 additions and 5 deletions

3
genex/genex Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
PATH=$PATH:.
exec genex-bin "$@"