summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-04-13 13:38:12 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-04-13 13:38:12 +0200
commit92434598ccf0428a73508ad30bebd6f1fa212e5a (patch)
tree3d1d4b96a3c1718e037dbb2191a966a40066e931
parentbc99c33760ca52ed8a9a40c98d3029d09889a661 (diff)
downloadkernel-92434598ccf0428a73508ad30bebd6f1fa212e5a.tar.gz
kernel-92434598ccf0428a73508ad30bebd6f1fa212e5a.tar.xz
kernel-92434598ccf0428a73508ad30bebd6f1fa212e5a.zip
find scrit in path
-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 8e337ad4a..da246039f 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