From 3b9202a1d22ab26f0b70a72a5db81aec850b7aaf Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Mon, 13 Apr 2020 08:08:17 +0200 Subject: 5.7-rc1 --- scripts/stable-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/stable-update.sh') diff --git a/scripts/stable-update.sh b/scripts/stable-update.sh index c919bf11d..6169d3e86 100755 --- a/scripts/stable-update.sh +++ b/scripts/stable-update.sh @@ -13,7 +13,7 @@ # Args: Stable version to update (e.g. 4.7.7, 4.8.1) # update orgin -~/usr/bin/vanilla-kernel-helper.sh masterupdate +vanilla-kernel-helper.sh masterupdate currentbranch=$(git symbolic-ref --short HEAD) git merge --no-edit origin/${currentbranch%-user-thl-vanilla-fedora} || exit 1 -- cgit