Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schiele committed Mar 10, 2024
1 parent 2561dd9 commit 05fae4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repatch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sed -i -e '
/\/\[AUTODEL\]/d
s|\(\[AUTOGEN MODULE\].*\)$|\1\n'"$PARTS3"'|
s|\(\[AUTOGEN TEST\].*\)$|\1\n'"$PARTS4"'|
s|\(\[AUTOGEN TESTINC\].*\)$|\1\n'"$PARTS5"'|
s|\(\[AUTOGEN TESTING\].*\)$|\1\n'"$PARTS5"'|
' soLDraw.scad test.scad
sed -i -e '
s|^PARTS *:=.*|'"PARTS := $PARTS6|" Makefile
2 changes: 1 addition & 1 deletion test.scad
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use <soLDraw.scad>
//[AUTOGEN TESTINC]
//[AUTOGEN TESTING]
use <LDraw/parts/3001.scad> //[AUTODEL]
use <LDraw/parts/3002.scad> //[AUTODEL]
use <LDraw/parts/3003.scad> //[AUTODEL]
Expand Down

0 comments on commit 05fae4d

Please sign in to comment.