From 52216ba41400383179da5dcb40145177e69c0f43 Mon Sep 17 00:00:00 2001 From: Baho Utot Date: Fri, 24 May 2019 14:49:56 -0400 Subject: [PATCH] Update installer.sh --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 90f5ff5..15e1507 100755 --- a/installer.sh +++ b/installer.sh @@ -116,7 +116,7 @@ cat > ${ROOTPATH}/tmp/script.sh <<- EOF pushd /usr/share/info rm -v dir for f in *; do - install-info ${f} dir 2>/dev/null + install-info "${f}" dir 2>/dev/null done popd pushd /boot