Skip to content

Commit

Permalink
Fix issue with batch file and paths with spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
clough committed Nov 26, 2019
1 parent b39ca1a commit fa00e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bom-panelizer/etc/scripts/bom-panelizer.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -jar %~dp0bom-panelizer.jar %*
java -jar ""%~dp0bom-panelizer.jar" %*
4 changes: 2 additions & 2 deletions bom-panelizer/src/test/resources/sample-panel.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DesignatorBase,Offset X,Offset Y
1000, 0mil, 0mil
2000, 3000mil, 0mil
1000, 0mil, 0mil
2000, 3000mil, 0mil

0 comments on commit fa00e82

Please sign in to comment.