aboutsummaryrefslogtreecommitdiffstats
path: root/unicorn
diff options
context:
space:
mode:
authorCaleb Land <caleb@land.fm>2014-03-31 16:36:27 -0400
committerCaleb Land <caleb@land.fm>2014-03-31 16:36:27 -0400
commit497f0a1f0b5c37eb3f376da36f88ac6fe58e069b (patch)
tree13803727e8aa5fbdbcaef2ea95b434ed66a6d385 /unicorn
parent3de69c1564c349882b7fc45358b1597309a5da24 (diff)
parent8cc8d3413495418a1c3a0ac3f8ae8c6283be2035 (diff)
downloadfreebsd-puma-497f0a1f0b5c37eb3f376da36f88ac6fe58e069b.tar.gz
freebsd-puma-497f0a1f0b5c37eb3f376da36f88ac6fe58e069b.tar.bz2
freebsd-puma-497f0a1f0b5c37eb3f376da36f88ac6fe58e069b.zip
Merge pull request #1 from dgeo/master
To get this included in rubygem-unicorn port
Diffstat (limited to 'unicorn')
-rwxr-xr-xunicorn2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn b/unicorn
index ed79ea0..604200c 100755
--- a/unicorn
+++ b/unicorn
@@ -197,7 +197,7 @@ unicorn_start_command()
fi
# ensure that the command exists and is executable
- if [ ! -x ${_chroot}${_chroot:+"/"}${command} ]; then
+ if [ ! -x "${_chroot}${_chroot:+/}${command}" ]; then
warn "run_rc_command: cannot run $command"
return 1
fi