From 9dd3c170e92f1e7559ee329bbde34ea4b17b715c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 9 Oct 2009 14:26:13 -0700 Subject: examples/init.sh: remove "set -u" It's too simple of a script and causes running the init script with zero arguments to fail instead of printing out the usage message. --- examples/init.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') diff --git a/examples/init.sh b/examples/init.sh index 866a644..35ec896 100644 --- a/examples/init.sh +++ b/examples/init.sh @@ -1,5 +1,4 @@ #!/bin/sh -set -u set -e # Example init script, this can be used with nginx, too, # since nginx and unicorn accept the same signals -- cgit v1.2.3-24-ge0c7