From 161d10ac3e653bb3857b6149a8f4e0659e5b985a Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Thu, 7 Dec 2023 06:16:47 -0700 Subject: [PATCH] master: deprecate_xam.sh: remove use of echo_eval. --- bin/deprecate_xam.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/deprecate_xam.sh b/bin/deprecate_xam.sh index 85d38b457..15802ac3c 100755 --- a/bin/deprecate_xam.sh +++ b/bin/deprecate_xam.sh @@ -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|/[^/]*$||'`