Removed hard coded PATH from mkh with did not work on NT
This commit is contained in:
parent
acc4ec41cb
commit
4c333f278b
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# mkh - pull headers out of C source
|
||||
PATH=/bin:/usr/bin ; export PATH
|
||||
# PATH=/bin:/usr/bin ; export PATH
|
||||
|
||||
# egrep pattern to pick out marked lines
|
||||
egrep='^ =([ ]|$)'
|
||||
|
|
Loading…
Reference in New Issue