提交 32783242 编写于 作者: M Martin Aeschlimann

scripts/code.sh: remove -x

上级 d04d9d17
#!/usr/bin/env bash
set -ex
set -e
if [[ "$OSTYPE" == "darwin"* ]]; then
realpath() { [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册