Terminate all lines

This commit is contained in:
Tad 2018-04-23 08:59:18 -04:00
parent 28600556b4
commit 02908a652a
16 changed files with 299 additions and 299 deletions

View file

@ -74,8 +74,8 @@ patchWorkspace() {
#Deblobbing fixes
##setup-makefiles doesn't execute properly for some devices, running it twice seems to fix whatever is wrong
cd device/asus/Z00T && ./setup-makefiles.sh && cd $base
cd device/lge/h850 && ./setup-makefiles.sh && cd $base
cd device/asus/Z00T && ./setup-makefiles.sh && cd $base;
cd device/lge/h850 && ./setup-makefiles.sh && cd $base;
}
export -f patchWorkspace;