Skip to content

Commit 4031d72

Browse files
committed
More spacing
1 parent 4ddfc4b commit 4031d72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev/conda/conda-install.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,9 @@ if (( USE_R )) {
124124

125125
# Run conda install!
126126
CONDA_FLAGS=( --yes --quiet $SOLVER )
127-
# For set -x:
128-
PS4="+ "
127+
# For set -x (includes newline):
128+
PS4="
129+
+ "
129130
set -x
130131
if (( INSTALL_DEPS )) {
131132
() {

0 commit comments

Comments
 (0)