mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This only works when swift is packaged with Xcode or installed as a command line tool, but those are the important cases. <rdar://problem/14395800>, again. Swift SVN r18757
5 lines
75 B
Bash
Executable File
5 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
echo "error: something bad happened" >&2
|
|
echo /path/to/sdk
|
|
false
|