1
0
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:
Lars Müller 2006-02-23 01:38:00 +00:00 committed by Gerald (Jerry) Carter
parent 5a67b4f5be
commit 3aa75f0ff5

View File

@ -15,9 +15,4 @@ for dir in $@; do
echo "Failed to make directory $DESTDIR/$DIRNAME "
exit 1
fi
shift;
done