Oops. Need some quotes now that $SED has spaces in it.

This commit is contained in:
mycroft 1993-06-16 07:40:00 +00:00
parent eca46021bb
commit 5f39183d4b
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ TMP=/tmp/mkdep$$
trap 'rm -f $TMP ; exit 1' 1 2 3 13 15
if [ x${SED} != "x" ]
if [ "x${SED}" != "x" ]
then
cpp -M "$@" | sed -e "${SED}" > $TMP
else