Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
PossiblyAShrub committed Nov 27, 2024
1 parent 3e62e77 commit d54dcb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osh/word_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,7 @@ def _EvalWordFrame(self, frame, argv):
all_quoted = True
any_quoted = False

if 1:
if 0:
log('---')
log('FRAME')
for i, piece in enumerate(frame):
Expand Down Expand Up @@ -2068,7 +2068,7 @@ def _EvalWordFrame(self, frame, argv):
will_glob = not self.exec_opts.noglob()
frags = self.frame_ev.Eval(frame, will_glob)

if 1:
if 0:
log('---')
log('FRAGS')
for i, frag in enumerate(frags):
Expand Down

0 comments on commit d54dcb6

Please sign in to comment.