| commit | f1792e3a67a110d74eb134a93c6331aa0b61bf3c | [log] [tgz] |
|---|---|---|
| author | Dmitry Shevchenko <dmishe@google.com> | Mon Mar 27 15:13:24 2017 +0000 |
| committer | Philipp Wollermann <philwo@google.com> | Tue Mar 28 19:48:14 2017 +0000 |
| tree | 78e3384bd773bb4b310c6257f7622cbbfc704784 | |
| parent | 0dc1c5bd5638515a8eaabbeafeef8e0fadd39ac9 [diff] |
Make swift-stdlib-tool less verbose -- PiperOrigin-RevId: 151322384 MOS_MIGRATED_REVID=151322384
diff --git a/src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh b/src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh index 99c9205..fb848f7 100755 --- a/src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh +++ b/src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh
@@ -67,7 +67,7 @@ XCRUN_ARGS+=(--toolchain "$TOOLCHAIN") fi -XCRUN_ARGS+=(swift-stdlib-tool --copy --verbose ) +XCRUN_ARGS+=(swift-stdlib-tool --copy ) XCRUN_ARGS+=(--destination "$FULLPATH") XCRUN_ARGS+=( "${TOOL_ARGS[@]}" )