This commit is contained in:
Jephté Clain 2022-06-03 09:49:35 +04:00
parent fb434c2a96
commit 89f0c0974d
1 changed files with 1 additions and 1 deletions

2
pff
View File

@ -619,7 +619,7 @@ function autoinit() {
# Lancer les commandes AUTO_CMDS
local cwd cmd
if [ ${#AUTO_CMDS[*]} -gt 0 ]; then
eetitle "AutoCmds"
etitle "AutoCmds"
cwd="$(pwd)"
cd "$pffdir"
for cmd in "${AUTO_CMDS[@]}"; do