summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZack Hobson2010-09-26 13:45:51 -0700
committerZack Hobson2010-09-26 13:45:51 -0700
commit474cb7bd6dbe95670bea596fdaedadd4d08f782a (patch)
treed4df901ee1256c8e4cff47a0940cfc74ece0a800 /bin
parentf83c66059c180c5550dce33a6dfef1af9be6b139 (diff)
downloadhcl-474cb7bd6dbe95670bea596fdaedadd4d08f782a.tar.bz2
Cleanup, hacking notes.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/hcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/hcl b/bin/hcl
index 9956697..3037cf4 100755
--- a/bin/hcl
+++ b/bin/hcl
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
-$:.unshift(File.join(File.dirname(__FILE__), "../lib"))
require 'hcl/app'
HCl::App.command *ARGV