Skip to content

Commit

Permalink
binunif objects aren't candidates for facetize - filter them out.
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Dec 19, 2023
1 parent 4f03d0a commit bc83440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh/conversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ while test $# -gt 0 ; do

# execute in a coprocess
if test "x$OBJECTS" = "x" ; then OBJECTS='-print' ; fi
cmd="$SGED -c \"$work\" search ! \( -type comb -and \( -nnodes 0 -or -above \( -type comb -and -nnodes 0 \) \) \) $OPATH $OBJECTS"
cmd="$SGED -c \"$work\" search \( ! \( -type comb -and \( -nnodes 0 -or -above \( -type comb -and -nnodes 0 \) \) \) -and \( ! \( ! -type shape ! -type comb \) \) \) $OPATH $OBJECTS"
objects=`eval "$cmd" 2>&1 | grep -v Using`
$VERBOSE_ECHO "\$ $cmd"
$VERBOSE_ECHO "$objects"
Expand Down

0 comments on commit bc83440

Please sign in to comment.