diff options
Diffstat (limited to 'scripts/bootstrap-host')
-rwxr-xr-x | scripts/bootstrap-host | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/bootstrap-host b/scripts/bootstrap-host index 7619f68a9..e69de29bb 100755 --- a/scripts/bootstrap-host +++ b/scripts/bootstrap-host @@ -1,4 +0,0 @@ -#!/bin/sh -e - -cd "${BASE}"/bootstrap; -./bootstrap; |