diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-09-20 07:24:35 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-09-20 07:24:35 -0400 |
commit | 01ffd81c6a74d2f03939b26ecceb5281bb1f1519 (patch) | |
tree | 94810e66e77137a626b1d107a67e5b19668e359b | |
parent | 61e544ed7019414be08c77d2d654e4bcbb6a704a (diff) | |
download | html5ks-01ffd81c6a74d2f03939b26ecceb5281bb1f1519.tar.xz html5ks-01ffd81c6a74d2f03939b26ecceb5281bb1f1519.zip |
nginx.sh: remove extraneous whitespace
-rwxr-xr-x | nginx.sh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3,11 +3,9 @@ set -e cd "$(dirname $0)" - # empty file > nginx.gen.conf - V=$(nginx -V 2>&1) if echo ${V} | grep -q -- --with-http_gzip_static_module; then |