summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/boot.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/boot.sh b/include/boot.sh
index 9799039b..8570b3bc 100755
--- a/include/boot.sh
+++ b/include/boot.sh
@@ -26,7 +26,8 @@ main()
shift 2
done
- handle_targets
+ check_target
+ prepare_target
}
usage()