Browse Source

bash :cry:

Steve Klabnik 10 năm trước cách đây
mục cha
commit
269c3a1200
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      frameworks/Rust/hyper/setup.sh

+ 1 - 1
frameworks/Rust/hyper/setup.sh

@@ -3,7 +3,7 @@
 # Something like this will need to be done once we add database tests
 # sed -i 's|tcp(.*:3306)|tcp('"${DBHOST}"':3306)|g' src/main.rs
 
-CARGO = $IROOT/rust/bin/cargo
+CARGO=$IROOT/rust/bin/cargo
 
 $CARGO build --release