Skip to content

Commit

Permalink
convert L2 prm to unix EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed Sep 7, 2023
1 parent 8c07683 commit 2f366a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ EXECUTABLES = gcc g++ \
gdal_edit.py gdal_calc.py gdal-config \
ogrinfo ogr2ogr \
gsl-config curl-config \
unzip tar lockfile-create lockfile-remove rename \
unzip tar lockfile-create lockfile-remove rename dos2unix \
python3 pip3 \
R \
landsatlinks \
Expand Down
2 changes: 2 additions & 0 deletions bash/force-level2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ if [ ! -f $PRM ]; then
echo $PRM "does not exist"; exit
elif [ ! -r $PRM ]; then
echo $PRM "is not readable"; exit
else
dos2unix -q $PRM
fi


Expand Down

0 comments on commit 2f366a2

Please sign in to comment.