Skip to content

Commit

Permalink
Ensure we set the path
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutto committed Jul 23, 2010
1 parent a793225 commit 33d0c46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binscripts/rvmsudo
@@ -1,3 +1,4 @@
#!/usr/bin/env bash

exec sudo -E "$@"
rvm_env_prefix="PATH='$PATH'"
exec sudo -E /usr/bin/env "$rvm_env_prefix" "$@"

0 comments on commit 33d0c46

Please sign in to comment.