Removed hard coded PATH from mkh with did not work on NT

This commit is contained in:
bdc 1999-07-13 18:02:50 +00:00
parent acc4ec41cb
commit 4c333f278b
1 changed files with 1 additions and 1 deletions

View File

@ -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='^ =([ ]|$)'