diff options
author | Thorsten Leemhuis <fedora@leemhuis.info> | 2020-04-13 13:37:51 +0200 |
---|---|---|
committer | Thorsten Leemhuis <fedora@leemhuis.info> | 2020-04-13 13:37:51 +0200 |
commit | 19dcaaa068c488919065020e5c0e4d114c75d06f (patch) | |
tree | 6c306e40230f3c346da81fb62998b10bd13e5ae5 /scripts | |
parent | 25306f0eed58007cdecbafd136f03f84768c76fb (diff) | |
download | kernel-19dcaaa068c488919065020e5c0e4d114c75d06f.tar.gz kernel-19dcaaa068c488919065020e5c0e4d114c75d06f.tar.xz kernel-19dcaaa068c488919065020e5c0e4d114c75d06f.zip |
update script (now in path)kernel-5.5.17-250.vanilla.knurd.1.fc31
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/stable-update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stable-update.sh b/scripts/stable-update.sh index 2e2d974b6..90b34aa2d 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 |