Skip to content

Commit

Permalink
Avoid accidental new-line escape
Browse files Browse the repository at this point in the history
  • Loading branch information
jonclayden committed Jan 16, 2024
1 parent 28dc884 commit 4086a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/nii_info.nmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ all: fetch nii_info.exe nii2_info.exe
fetch:
md zlib && cd zlib && xcopy ..\..\src\zlib\* . /s /q
if not exist znzlib md znzlib
copy ..\src\znzlib\* znzlib\
copy ..\src\znzlib\* znzlib
if not exist niftilib md niftilib
copy ..\src\niftilib\* niftilib
copy ..\inst\include\niftilib\* niftilib
Expand Down

0 comments on commit 4086a04

Please sign in to comment.