Skip to content

Commit

Permalink
master: deprecate_xam.sh: remove use of echo_eval.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Dec 7, 2023
1 parent a06ac52 commit 161d10a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/deprecate_xam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ then
rm $new_file
git checkout $old_file
fi
echo_eval git mv $old_file $new_file
echo "git mv $old_file $new_file"
git mv $old_file $new_file
# -----------------------------------------------------------------------------
# change old directory
old_dir=`echo $old_file | sed -e 's|/[^/]*$||'`
Expand Down

0 comments on commit 161d10a

Please sign in to comment.