Skip to content
Extraits de code Groupes Projets
Valider ec5430dc rédigé par Kubat's avatar Kubat
Parcourir les fichiers

Merge branch 'stpkg' into 'master'

Small fix for stpkg, `local` can only be used inside functions

See merge request Tigriz/matrix-stickers!23
parents 90bfb52a 967d7acf
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -328,7 +328,7 @@ if [ "x$1" = "x-install" ]; then ...@@ -328,7 +328,7 @@ if [ "x$1" = "x-install" ]; then
[ "x$STPKG_NO_MSG" = "xyes" ] \ [ "x$STPKG_NO_MSG" = "xyes" ] \
&& echo "!!! STPKG_NO_MSG is turn on, you won't see what's going on during the install" && echo "!!! STPKG_NO_MSG is turn on, you won't see what's going on during the install"
shift shift
local REPO_DIR="$(dirname SELF)" REPO_DIR="$(dirname SELF)"
[ ! "$REPO_DIR" = "$BASE_DIR" ] && die "You must run this script from the root of the sticker repo" [ ! "$REPO_DIR" = "$BASE_DIR" ] && die "You must run this script from the root of the sticker repo"
__install $* __install $*
exit 0 exit 0
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter