dmd/compiler/test/compilable/test19266.sh
2022-07-09 18:53:07 +02:00

7 lines
252 B
Bash

#!/usr/bin/env bash
if [ "${OS}" == "windows" ]; then
# break out of bash to get Windows paths
# use cmd.exe instead of cmd to work from WSL
cmd.exe /c $(echo $DMD | tr / \\) -c \\\\.\\%CD%\\compilable\\extra-files\\test19266.d -deps=nul:
fi