summaryrefslogtreecommitdiffstats
path: root/scripts/stable-update.sh
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-04-13 08:08:17 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-04-13 08:08:17 +0200
commit3b9202a1d22ab26f0b70a72a5db81aec850b7aaf (patch)
tree0ccb93a4fcde190b6e077c6314e50846b161f2b6 /scripts/stable-update.sh
parent4bb155395232837b438c91d592129f32883899e6 (diff)
downloadkernel-5.7.0-0.rc1.git0.1.vanilla.knurd.1.fc30.tar.gz
kernel-5.7.0-0.rc1.git0.1.vanilla.knurd.1.fc30.tar.xz
kernel-5.7.0-0.rc1.git0.1.vanilla.knurd.1.fc30.zip
Diffstat (limited to 'scripts/stable-update.sh')
-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 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