From b312cef4c2f7526fc3b2601fabd9cf23ab9e173c Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 14 Apr 2006 22:37:40 +0000 Subject: [PATCH] fix resource compilation on posix Originally committed to SVN as r329. --- core/posix/genres.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/posix/genres.sh b/core/posix/genres.sh index 34a551118..fe9ff8d1d 100644 --- a/core/posix/genres.sh +++ b/core/posix/genres.sh @@ -2,7 +2,7 @@ RESFILE="$1" -egrep -v "^(#|/|.$)" $RESFILE | cut -d ' ' -f 1 | ( +egrep -v "^(#|/|$)" $RESFILE | cut -d ' ' -f 1 | ( echo "#define static" >&4 echo "#ifndef _RES_H" >&5