This commit is contained in:
Jephté Clain 2017-04-20 16:33:47 +04:00
parent 027b416398
commit 78e0a8e99c
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ while [ $# -gt 0 ]; do
extract_archive "$src" "$wadir" || die
src="$wadir"
elif [ -d "$src" ]; then
estep "$(ppath "$src")"
estep "$(ppath2 "$src")"
cp_R "$src" "$workdir/$srcname" || die
elif [ -e "$src" ]; then
die "$osrc: fichier invalide"