Commit a69a3f4bf14ece0620703303dd72961e9903c52d

Thomas de Grivel 2023-02-04T15:14:59

upgrade

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/share/shpkg/shpkg.subr b/share/shpkg/shpkg.subr
index 6da8b75..1eeb67f 100644
--- a/share/shpkg/shpkg.subr
+++ b/share/shpkg/shpkg.subr
@@ -456,7 +456,8 @@ shpkg_upgrade () {
 
 shpkg_upgrade_shpkg () {
     ( verbose 1 cd "${SHPKG_DIR}" &&
-          verbose 1 git pull; )
+          verbose 1 git pull &&
+          verbose 1 . "${SHPKG_DIR}/share/shpkg/shpkg.subr"; )
 }
 
 # Clean