Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Jul 14, 2022
2 parents 405ecdf + a5e9e83 commit 62c69e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dit
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ __save_branch() {
swap_list="$(pwd)::${branch_name}"
else
case "${swap_list}" in
*"$(pwd)::${branch_name}"*) swap_list=$(printf "%s" "${swap_list}" | sed "s/${$(pwd)::branch_name}//g" | sed "/^[[:space:]]*$/d") ;;
*"$(pwd)::${branch_name}"*) swap_list=$(printf "%s" "${swap_list}" | sed "s/$(pwd)::${branch_name}//g" | sed "/^[[:space:]]*$/d") ;;
*) ;;
esac

Expand Down

0 comments on commit 62c69e4

Please sign in to comment.