Skip to content

Commit

Permalink
fix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Jul 31, 2023
1 parent 8bbef13 commit 319172e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PATH=$PATH:$HOME/.cargo/bin
which rustup || curl https://sh.rustup.rs -sSf | sh -s -- -y

which cargo-dinghy || ( mkdir -p /tmp/cargo-dinghy
if [ `arch` = x86_64 || `arch` = i386 ]
if [ `arch` = x86_64 -o `arch` = i386 ]
then
cd /tmp/cargo-dinghy
if [ `uname` = "Darwin" ]
Expand Down

0 comments on commit 319172e

Please sign in to comment.