Nano77 / gdm3setup

An interface to configure GDM3, autologin options and change Shell theme
GNU General Public License v2.0
101 stars 29 forks source link

insert explicit for loop for compatibility #30

Closed dbanda closed 10 years ago

dbanda commented 10 years ago

Some shell do not allow the curly braces syntax. This may not be easy to notice since make will not show the error. I added an explicit for loop to solve this.