Skip to content

Commit

Permalink
Bettar comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Myles Byrne committed Sep 5, 2014
1 parent 1e752ce commit 66a25e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby-shim
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dir=$(dirname "$realpath")
# Capture path to "real" ruby
unshimmed_ruby="$(which -a ruby | head -2 | tail -1)"

# Use the value of the TMPDIR env var or the standard /tmp location for
# stashing temorpary files
# A path to a emphemeral part of the disk used to store the queued data
# captured by this command.
tmpdir="/tmp/ruby-runs"

# Ensure dir exists
Expand Down

0 comments on commit 66a25e4

Please sign in to comment.