diff options
Diffstat (limited to 'script/build/fw/grub')
| -rwxr-xr-x | script/build/fw/grub | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/script/build/fw/grub b/script/build/fw/grub index 1ae7ba9c..66286732 100755 --- a/script/build/fw/grub +++ b/script/build/fw/grub @@ -23,7 +23,7 @@ main()  handle_dependencies()  { -	[ -d "src/grub" ] || x_ ./update project repo grub +	[ -d "src/grub" ] || x_ ./update project trees -f grub  	[ -f "src/grub/grub-mkstandalone" ] || build_grub_utils  	x_ mkdir -p "${elfdir}"  	x_ rm -f "${elfdir}/"* | 
