Skip to content

Commit 4ddfc4b

Browse files
committed
Try different PS4
1 parent fe57822 commit 4ddfc4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/conda/conda-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if (( USE_R )) {
125125
# Run conda install!
126126
CONDA_FLAGS=( --yes --quiet $SOLVER )
127127
# For set -x:
128-
PS4="%1N: "
128+
PS4="+ "
129129
set -x
130130
if (( INSTALL_DEPS )) {
131131
() {

dev/jenkins/anaconda.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ try-swift-t()
293293
PATH=$WORKSPACE/sfw/Miniconda-install/bin:$PATH
294294
() {
295295
# For set -x:
296-
PS4="%1N: "
296+
PS4="+ "
297297
set -x
298298
which swift-t
299299
swift-t -v

0 commit comments

Comments
 (0)