Skip to content

Commit

Permalink
turn off debugging in moduleshelper
Browse files Browse the repository at this point in the history
  • Loading branch information
knopers8 authored and Barthelemy committed Sep 24, 2018
1 parent 28341ef commit c3a9fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/modulesHelper.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e ;# exit on error
set -u ;# exit when using undeclared variable
set -x ;# debugging
#set -x ;# debugging

DONOR=SkeletonDPL
DONOR_LC=skeleton_dpl
Expand Down

0 comments on commit c3a9fd3

Please sign in to comment.