File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ echo "Extracting to ${EXT_DIR:=$WORK_ROOT/ext}"
8484rm -rf $EXT_DIR
8585mkdir -p $EXT_DIR
8686
87- # create work abstract file based on actual cells used (psuedo globbing)
88- # Will work with wildcards directly, but use psuedo globbing to check later.
87+ # create work abstract file based on actual cells used (pseudo globbing)
88+ # Will work with wildcards directly, but use pseudo globbing to check later.
8989echo $EXTRACT_FLATGLOB |
9090 sed ' s/ */\n/g' > $EXT_DIR /flatglob
9191if [[ -f $WORK_ROOT /layout.cells ]]; then
9595 cp $EXT_DIR /flatglob $EXT_DIR /flatglob.glob
9696fi
9797
98- # create work abstract file based on actual cells used (psuedo globbing)
98+ # create work abstract file based on actual cells used (pseudo globbing)
9999echo $EXTRACT_ABSTRACT |
100100 sed ' s/ */\n/g' > $EXT_DIR /abstract
101101if [[ -f $WORK_ROOT /layout.cells ]]; then
105105 cp $EXT_DIR /abstract $EXT_DIR /abstract.glob
106106fi
107107
108- # create work subcut file based on actual cells used (psuedo globbing)
108+ # create work subcut file based on actual cells used (pseudo globbing)
109109echo $EXTRACT_CREATE_SUBCUT |
110110 sed ' s/ */\n/g' > $EXT_DIR /subcut
111111if [[ -f $WORK_ROOT /layout.cells ]]; then
You can’t perform that action at this time.
0 commit comments