mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
win32:isEmpty(MINGW_IN_SHELL) {
|
|
TOUCH = copy /y nul
|
|
}
|
|
else {
|
|
TOUCH = touch
|
|
}
|