summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-25 17:48:52 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-25 17:48:52 (EDT)
commit78f1881bba8766af81779a7e60104d9e77d468ad (patch)
treeda065dc596c0d756146a2d3e989d959000001ade
parentcd2f172b691a5889a84b65fab8b202c308e1168b (diff)
Add missing backslash.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 7e23c7a..cf481c3 100755
--- a/build
+++ b/build
@@ -54,7 +54,7 @@ install: build
ln -sf rc dest/etc/init.d/rcS; \
ln -sf rc dest/etc/init.d/rcK; \
while read -r config script links; do \
- if [ "x$${links%abled}" = "x$${links}" ]; then
+ if [ "x$${links%abled}" = "x$${links}" ]; then \
config_enabled "$${config}" && \
install_init_script "$${script}" \
$${links}; \