|
| From: | for . ad |
| Subject: | Problem with shell regex and Make |
| Date: | Sun, 14 Feb 2010 19:04:11 +0100 |
| User-agent: | Internet Messaging Program (IMP) 3.2.8 |
Hello,
This not not work on GNU Make 3.81 :
all:
if [[ "mystring" =~ "string" ]]; \
then echo "found"; \
else echo "not found"; \
fi
output :
/bin/sh: [[: not found
Regards,
Conrad.
| [Prev in Thread] | Current Thread | [Next in Thread] |