diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-08 17:18:24 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-08 17:18:24 -0600 |
commit | d283db0d5dd5342bf9edc0d352a34f48c0337069 (patch) | |
tree | 1bfd6d8cdde616925353ad82658c5a26b1eb128d /libre/syslinux/syslinux-install_update | |
parent | 8ec4b9333a52352dc0030f2368e851404fb14e65 (diff) | |
parent | 3353d0fd17b51c64ee075e9f3f003e80158b58ae (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/syslinux/syslinux-install_update')
-rw-r--r-- | libre/syslinux/syslinux-install_update | 2 |
1 files changed, 1 insertions, 1 deletions
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 |