aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.IMA3
-rw-r--r--scripts/echo.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/scripts/Makefile.IMA b/scripts/Makefile.IMA
index 0eced2982..f155108d7 100644
--- a/scripts/Makefile.IMA
+++ b/scripts/Makefile.IMA
@@ -115,6 +115,9 @@ lib-y:=
115include debianutils/Kbuild 115include debianutils/Kbuild
116lib-all-y += $(patsubst %,debianutils/%,$(sort $(lib-y))) 116lib-all-y += $(patsubst %,debianutils/%,$(sort $(lib-y)))
117lib-y:= 117lib-y:=
118include klibc-utils/Kbuild
119lib-all-y += $(patsubst %,klibc-utils/%,$(sort $(lib-y)))
120lib-y:=
118include runit/Kbuild 121include runit/Kbuild
119lib-all-y += $(patsubst %,runit/%,$(sort $(lib-y))) 122lib-all-y += $(patsubst %,runit/%,$(sort $(lib-y)))
120lib-y:= 123lib-y:=
diff --git a/scripts/echo.c b/scripts/echo.c
index cb207ae05..8c6b409d3 100644
--- a/scripts/echo.c
+++ b/scripts/echo.c
@@ -214,7 +214,7 @@ int main(int argc, char **argv)
214 * may be used to endorse or promote products derived from this software 214 * may be used to endorse or promote products derived from this software
215 * without specific prior written permission. 215 * without specific prior written permission.
216 * 216 *
217 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 217 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ''AS IS'' AND
218 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 218 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
219 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 219 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
220 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 220 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE