mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
win32:isEmpty(MINGW_IN_SHELL) {
|
|
TOUCH = copy /y nul
|
|
}
|
|
else {
|
|
TOUCH = touch
|
|
}
|