Skip to content

Commit fe57822

Browse files
committed
Fix output
1 parent 65b5cb8 commit fe57822

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

dev/jenkins/anaconda.sh

+8-6
Original file line numberDiff line numberDiff line change
@@ -291,12 +291,14 @@ try-swift-t()
291291
{
292292
log "TRY SWIFT/T..."
293293
PATH=$WORKSPACE/sfw/Miniconda-install/bin:$PATH
294-
# For set -x:
295-
PS4="%1N: "
296-
set -x
297-
which swift-t
298-
swift-t -v
299-
swift-t -E 'trace(42);'
294+
() {
295+
# For set -x:
296+
PS4="%1N: "
297+
set -x
298+
which swift-t
299+
swift-t -v
300+
swift-t -E 'trace(42);'
301+
}
300302
print
301303
log "SWIFT/T OK."
302304
print

0 commit comments

Comments
 (0)