From 295faf787e8e69fac5e32f7ae1f07e99883a3ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 8 Jun 2013 14:04:58 -0300 Subject: syslinux: updating version --- libre/syslinux/syslinux-install_update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libre/syslinux/syslinux-install_update') diff --git a/libre/syslinux/syslinux-install_update b/libre/syslinux/syslinux-install_update index 6d52f7703..47d4d88be 100644 --- a/libre/syslinux/syslinux-install_update +++ b/libre/syslinux/syslinux-install_update @@ -334,7 +334,7 @@ _install() { update() { # Update c32 files in /boot, if /boot is not on same fs if [[ "$boot" = boot ]]; then - for file in "$bootpath"/*.{c32}; do + for file in "$bootpath"/*.c32; do file=${file##*/} cp "$libpath/$file" "$bootpath/$file" &> /dev/null done -- cgit v1.2.3-2-g168b