Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
critical bug fixed
  • Loading branch information
marcoduering authored Nov 9, 2020
1 parent 6c3c5f0 commit 1caa86f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions psmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# FOR MORE INFORMATION, PLEASE VISIT: http://www.psmd-marker.com
#
# PSMD processing pipeline, v1.6_RC1 (2020-11)
# PSMD processing pipeline, v1.6_RC2 (2020-11)
#
# This script is provided under the revised BSD (3-clause) license
#
Expand Down Expand Up @@ -50,7 +50,7 @@
usage(){
cat <<USAGE
PSMD - Peak width of Skeletonized Mean Diffusivity - pipeline version 1.6_RC1 (2020)
PSMD - Peak width of Skeletonized Mean Diffusivity - pipeline version 1.6_RC2 (2020)
http://www.psmd-marker.com
Usage:
Expand Down Expand Up @@ -272,7 +272,7 @@ if [ -r psmdtemp ];then
fi

# Set reporting level from options
[ ${silent} == false ] && { echo "";echo "${metric} processing pipeline, v1.6_RC1 }
[ ${silent} == false ] && { echo "";echo "${metric} processing pipeline, v1.6_RC2"; }
[ ${verbose} == true ] && { silent=false;echo "";echo "Reporting level: Verbose (all status and error messages are displayed)"; }

redirect_cmd mkdir psmdtemp
Expand Down Expand Up @@ -414,4 +414,4 @@ cd "${basedir}" || exit 1
[ ${debug} == false ] && rm -r psmdtemp
[ ${silent} == true ] && echo "THIS IS A PRE-RELEASE VERSION. ONLY FOR EVALUATION USE!";echo "" ###DEBUG

exit 0
exit 0

0 comments on commit 1caa86f

Please sign in to comment.