diff options
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |