diff options
Diffstat (limited to 'testing/source/k/build-all-kernels.sh')
-rwxr-xr-x | testing/source/k/build-all-kernels.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/source/k/build-all-kernels.sh b/testing/source/k/build-all-kernels.sh index df1cea03..5d1d5daa 100755 --- a/testing/source/k/build-all-kernels.sh +++ b/testing/source/k/build-all-kernels.sh @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$VERSION" ]; then # Get the filename of the newest kernel tarball: KERNEL_SOURCE_FILE="$(/bin/ls -t linux-*.tar.?z | head -n 1 )" |