mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
all: fix spelling errors
This commit is contained in:
parent
15180249fc
commit
a28dd25cb3
2 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@ sed -i -e "s|version = \"$FROM\"|version = \"$TO\"|" src/uucore_procs/Cargo.toml
|
|||
sed -i -e "s|libstdbuf = { version=\"$FROM\"|libstdbuf = { version=\"$TO\"|" src/uu/stdbuf/Cargo.toml
|
||||
sed -i -e "s|= { optional=true, version=\"$FROM\", package=\"uu_|= { optional=true, version=\"$TO\", package=\"uu_|g" Cargo.toml
|
||||
|
||||
# Update the base32 depencency for basenc and base64
|
||||
# Update the base32 dependency for basenc and base64
|
||||
sed -i -e "s|uu_base32 = { version=\">=$FROM\"|uu_base32 { version=\">=$TO\"|" src/uu/base64/Cargo.toml src/uu/basenc/Cargo.toml
|
||||
|
||||
# Update the ls dependency for dir and vdir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue