Skip to content

Commit

Permalink
Fixed install to be like the rest and use 'env bash' to find bash.
Browse files Browse the repository at this point in the history
  • Loading branch information
Deryl R. Doucette committed Sep 19, 2011
1 parent 7c2cd5b commit a9484a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

PS4="+ \${BASH_SOURCE##\${rvm_path:-}} : \${FUNCNAME[0]:+\${FUNCNAME[0]}()} \${LINENO} > "
set -o errtrace
Expand Down

0 comments on commit a9484a0

Please sign in to comment.