about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rwxr-xr-xbin/unicorn-hello-world2
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ccabdae..d81ceaf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@ log/
 *.so
 /local.mk
 pkg/
+/.config
+/InstalledFiles
diff --git a/bin/unicorn-hello-world b/bin/unicorn-hello-world
index 8d77ea1..e368344 100755
--- a/bin/unicorn-hello-world
+++ b/bin/unicorn-hello-world
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby
+#!/home/ew/bin/ruby
 # Simple "Hello World" application for Unicorn
 
 # Exec ourselves with unicorn.  A shebang (e.g. "#!/usr/bin/unicorn")