Looks like it's typo day today ~_~

This commit is contained in:
Alexandre Aubin 2020-09-30 19:06:49 +02:00
parent c94a7614ad
commit 76f042cca4

View file

@ -5,4 +5,4 @@ set +x
for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null) ; do for helper in $(run-parts --list /usr/share/yunohost/helpers.d 2>/dev/null) ; do
[ -r $helper ] && . $helper || true [ -r $helper ] && . $helper || true
done done
eval "$XTRACE_BKP" eval "$XTRACE_ENABLE"