diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-18 13:12:37 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-18 13:12:37 -0500 |
commit | fcae2cba811590ce88ac80c6e08788bfd7028153 (patch) | |
tree | bb45057f0d6448753b67ad3fa90bed3ae579afbf /lfs.sh | |
parent | 69e6326758d7e83e542d69ae80d88296e9430bc5 (diff) |
Add missing retval line.
Diffstat (limited to 'lfs.sh')
-rwxr-xr-x | lfs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ source download.sh for package in binutils gcc linux-api-headers glibc libstdc++; do source packageinstall.sh 5 $package + retval=$? if [ "$retval" -ne 0 ]; then exit 1 fi |