Skip to content

Commit

Permalink
Bugfix: Corrected basic cleanup in IntensityNormalization.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tbbrown committed Apr 27, 2018
1 parent 907dcf7 commit 8e86390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fMRIVolume/scripts/IntensityNormalization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ if [ X${ScoutInput} != X ] ; then
fi

#Basic Cleanup
rm ${InputfMRI}
rm ${InputfMRI}.nii.*

echo " "
echo "END: IntensityNormalization"
Expand Down

0 comments on commit 8e86390

Please sign in to comment.