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