~ubuntu-branches/ubuntu/raring/rbenv/raring

« back to all changes in this revision

Viewing changes to libexec/rbenv-set-default

  • Committer: Package Import Robot
  • Author(s): Antonio Terceiro
  • Date: 2011-09-24 12:27:44 UTC
  • Revision ID: package-import@ubuntu.com-20110924122744-gpszt0huloxxzu6f
Tags: upstream-0.1.2+git20100922
ImportĀ upstreamĀ versionĀ 0.1.2+git20100922

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env bash
 
2
set -e
 
3
 
 
4
{ echo "rbenv: warning: \`set-default' has been renamed to \`global'"
 
5
  echo "       and will be removed in v0.3.0"
 
6
  echo
 
7
} >&2
 
8
 
 
9
exec rbenv-global "$@"