From 47afecd2cc50b0eaecc54cc816f21e62f68b4b15 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 14 Jan 2020 13:18:17 +0200 Subject: [PATCH] kiss-utils: fix syntax --- core/kiss-utils/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/kiss-utils/build b/core/kiss-utils/build index b777ea05..e75c5f92 100755 --- a/core/kiss-utils/build +++ b/core/kiss-utils/build @@ -1,3 +1,3 @@ #!/bin/sh -e - install -D contrib/* -t "$1/usr/bin" +install -D contrib/* -t "$1/usr/bin"