Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertodias committed Feb 9, 2024
1 parent 45f8ff2 commit 74ab822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy-release-mac-arm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ALL_EXE_SHARED_LIBRARIES=`otool -L $EXE | awk '{print $1}' | grep homebrew | gre
while IFS= read -r dylibpath; do

dylibpath_no_rpath=`echo $dylibpath | sed 's/@rpath\///'`
dylibname=`basename -- $dylibpath_no_rpath`
dylibname=`basename $dylibpath_no_rpath`

echo "copying $dylibname"
cp $dylibpath_no_rpath .
Expand Down

0 comments on commit 74ab822

Please sign in to comment.