We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449641b commit 4a8c5b3Copy full SHA for 4a8c5b3
scripts/installation/onex.sh
@@ -251,7 +251,7 @@ onex::onex::prepare()
251
# 2. 配置 $HOME/.bashrc 添加一些便捷入口
252
if ! grep -q 'Alias for onex quick access' $HOME/.bashrc; then
253
cat << 'EOF' >> $HOME/.bashrc
254
-# Alias and environments for onex quick access
+# Alias for onex quick access
255
export GOSRC="$WORKSPACE/golang/src"
256
# OneX project root directory, used in many places.
257
export ONEX_ROOT="$GOSRC/github.com/superproj/onex"
0 commit comments