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

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

parent 9ebba847
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.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter