VirtualBox

Changeset 82269 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
Nov 28, 2019 4:50:07 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135087
Message:

Installer/linux: fix shell syntax issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/routines.sh

    r82263 r82269  
    152152    targets=`for i in ${runlevels}; do printf "runlevel${i}.target "; done`
    153153    before=`for i in ${startbefore}; do printf "${i}.service "; done`
    154     after=`for i in ${required_target}; do printf "${i}.target "; done` `for i in ${required}; do printf "${i}.service "; done`
     154    after=`for i in ${required_target}; do printf "${i}.target "; done; for i in ${required}; do printf "${i}.service "; done`
    155155    cat > "${unit_path}/${name}.service" << EOF
    156156[Unit]
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette