Skip to content

Commit

Permalink
fix unpacking if path has whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Umgak committed Jul 30, 2024
1 parent a1fed87 commit 1a195f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/unpack.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
for /f %%i in ('where .\dist:ER_TGA_v*.CT') do set RESULT=%%i
for /f "delims=" %%i in ('where .\dist:ER_TGA_v*.CT') do set RESULT=%%i
ce2fs -i "%RESULT%" %*

0 comments on commit 1a195f0

Please sign in to comment.