mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r13644: Do not shift anything inside the for loop away. We ineterate over $@.
This commit is contained in:
parent
5a67b4f5be
commit
3aa75f0ff5
@ -15,9 +15,4 @@ for dir in $@; do
|
||||
echo "Failed to make directory $DESTDIR/$DIRNAME "
|
||||
exit 1
|
||||
fi
|
||||
|
||||
shift;
|
||||
done
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user