We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe57822 commit 4ddfc4bCopy full SHA for 4ddfc4b
dev/conda/conda-install.sh
@@ -125,7 +125,7 @@ if (( USE_R )) {
125
# Run conda install!
126
CONDA_FLAGS=( --yes --quiet $SOLVER )
127
# For set -x:
128
-PS4="%1N: "
+PS4="+ "
129
set -x
130
if (( INSTALL_DEPS )) {
131
() {
dev/jenkins/anaconda.sh
@@ -293,7 +293,7 @@ try-swift-t()
293
PATH=$WORKSPACE/sfw/Miniconda-install/bin:$PATH
294
295
296
- PS4="%1N: "
+ PS4="+ "
297
298
which swift-t
299
swift-t -v
0 commit comments