Skip to content

Commit 2dd23c7

Browse files
committed
add indent to if conditional
1 parent f04f381 commit 2dd23c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makeROI_batch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ awk -F"," 'NR!=1{print $1}' tmp_seedList.csv | while IFS= read -r seed; do
3232
coord=$(awk -v var="$seed" -F"," '{if($1==var) print $2,$3,$4;}' tmp_seedList.csv)
3333

3434
if [[ $2 == "" ]]; then
35-
study=$(awk -v var="$seed" -F"," '{if($1==var) print $6;}' tmp_seedList.csv)
35+
study=$(awk -v var="$seed" -F"," '{if($1==var) print $6;}' tmp_seedList.csv)
3636
else
3737
study=${2}
3838
fi

0 commit comments

Comments
 (0)