Skip to content

Commit

Permalink
fish: cbl_qualify_tc_bld_uprev: Avoid globbing errors with '-r'
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Nov 26, 2024
1 parent 8f72144 commit 0a2c9b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fish/functions/cbl_qualify_tc_bld_uprev.fish
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ function cbl_qualify_tc_bld_uprev -d "Qualify a new known good revision for tc-b
cbl_upd_src c s
and cbl_clone_repo (basename $tc_bld_src)
and if set -q reset
rm -fr $TMP_FOLDER/(status function).*
for dir in $TMP_FOLDER/(status function).*
rm -r $dir
end
and git -C $tc_bld_src worktree prune
and git -C $lnx_stbl worktree prune
end
Expand Down

0 comments on commit 0a2c9b5

Please sign in to comment.