aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index caaa3ca..e88c4ca 100755
--- a/bootstrap
+++ b/bootstrap
@@ -498,7 +498,7 @@ if [ -z "$kernel_source" ]; then
else
tar xf $kernel_source
mv \$(sed -re 's/(.+)\.tar\..+/\1/' <<<$kernel_source) linux
-endif
+fi
cd linux