Skip to content

Commit

Permalink
Print backtrace by default when running shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanzab committed Dec 19, 2015
1 parent a0e4a0a commit e1f87b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/cargo
Expand Up @@ -29,5 +29,7 @@ else
PATHS=( ${paths[@]/%//} )
fi

export RUST_BACKTRACE=1

echo ${PATHS[@]/%/Cargo.toml} \
| xargs -n 1 -t cargo $* --manifest-path

0 comments on commit e1f87b1

Please sign in to comment.