From cab46024db002064f6eb2771b105e63608e5d5ed Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Fri, 3 Jul 2020 17:33:41 -0500 Subject: [PATCH] A --- run_once_01_cargo_bins.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/run_once_01_cargo_bins.sh b/run_once_01_cargo_bins.sh index c3379f9..0121930 100755 --- a/run_once_01_cargo_bins.sh +++ b/run_once_01_cargo_bins.sh @@ -1,9 +1,8 @@ #!/bin/bash -source $(dirname "$0")/common.sh +# source $(dirname "$0")/common.sh -command_exists cargo && \ - cargo install \ +cargo install \ bat \ cargo-edit \ cargo-expand \