pyavitz / debian-image-builder

Debian image builder for single board computers
Other
139 stars 33 forks source link

Previous update didn't reset IFS value after change is fixed #86

Closed 0n3man closed 8 months ago

0n3man commented 8 months ago

IFS value was modified in previous for use in separating repo URL from specific directory to pull. IFS was then used later, where it expected it to be the default value. Not resetting the value caused updating of more than one file to fail. It's good now.