]> git.zerfleddert.de Git - m1-debian/commitdiff
fix typo
authorThomas Glanzmann <thomas@glanzmann.de>
Thu, 12 Oct 2023 20:09:46 +0000 (22:09 +0200)
committerThomas Glanzmann <thomas@glanzmann.de>
Thu, 12 Oct 2023 20:09:46 +0000 (22:09 +0200)
m1n1_uboot_kernel.sh

index 55367157ffda91cd1c9928d6e4e6a4f03508e75b..5d17dbb6d6dff273170bbe70b9fbed3d888ed241 100644 (file)
@@ -39,7 +39,7 @@ build_m1n1()
         test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1
         cd m1n1
         git fetch -a -t
-        git reset --hard v{M1N1_VERSION};
+        git reset --hard v${M1N1_VERSION};
         make -j `nproc`
 )
 }
Impressum, Datenschutz