summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-04-13 13:37:51 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-04-13 13:37:51 +0200
commit19dcaaa068c488919065020e5c0e4d114c75d06f (patch)
tree6c306e40230f3c346da81fb62998b10bd13e5ae5
parent25306f0eed58007cdecbafd136f03f84768c76fb (diff)
downloadkernel-19dcaaa068c488919065020e5c0e4d114c75d06f.tar.gz
kernel-19dcaaa068c488919065020e5c0e4d114c75d06f.tar.xz
kernel-19dcaaa068c488919065020e5c0e4d114c75d06f.zip
update script (now in path)kernel-5.5.17-250.vanilla.knurd.1.fc31
-rwxr-xr-xscripts/stable-update.sh2
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