Skip to content

Commit

Permalink
mvbulk: disable debug mode for xenvs
Browse files Browse the repository at this point in the history
  • Loading branch information
XPhyro committed Jun 25, 2024
1 parent d0ba67d commit ce4f724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sh/util/interactive/mvbulk
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ $initial_prompt"

mkparent "$to"
XENVS_PRE_NO_CLOBBER="$mv_no_clobber" XENVS_PRE_EXCHANGE="$mv_exchange" \
xenvs -rt -- \
xenvs -r -- \
mv -T -- "$from" "$to" || {
printf "%s -> %s\n" "$from" "$to" >> "$failed_list"
continue
Expand Down

0 comments on commit ce4f724

Please sign in to comment.