From b39f62fb1bb2b0a61fa727922142482296e66fa8 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 29 Aug 2015 22:17:55 -0400 Subject: build/config/corebootupdate: don't use ls --- (limited to 'resources') diff --git a/resources/scripts/helpers/build/config/corebootupdate b/resources/scripts/helpers/build/config/corebootupdate index 0ecf0eb..a53df79 100755 --- a/resources/scripts/helpers/build/config/corebootupdate +++ b/resources/scripts/helpers/build/config/corebootupdate @@ -28,7 +28,7 @@ set -u -e cd "resources/libreboot/config/grub/" if [ $# -lt 1 ]; then - configs="$(ls)" + configs="$(for i in *; do printf "%s\n" "${i}"; done)" else configs="$@" fi -- cgit v0.9.1