Skip to content

Commit

Permalink
Run as login shell for exec path inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpclark committed Oct 9, 2017
1 parent 18ea940 commit 29cb988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -l

# Checking if Rust is installed
if [ `which rustc` ];
Expand Down

0 comments on commit 29cb988

Please sign in to comment.