Cygwin 下问题的最小示例:
带有以下内容的目录Makefile
:
all:
@echo "foo"
和一个test.sh
:
#!/usr/bin/bash
x=$(make)
print $x
现在bash test.sh
给出:Unable to initialize device PRN
Cygwin 下问题的最小示例:
带有以下内容的目录Makefile
:
all:
@echo "foo"
和一个test.sh
:
#!/usr/bin/bash
x=$(make)
print $x
现在bash test.sh
给出:Unable to initialize device PRN