Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
Qt Creator 3.4.1
-
None
-
Windows8.1
Description
can't use wildcard to sub directory
.\ab.txt
.\cd.txt
abc: *.txt
@echo $**
>jom -l
ab.txt cd.txt
----------------------------
files\ab.txt
files\cd.txt
abc: files/*.txt
@echo $**
>jom -l
ECHO is on.