ensure all parameters for exec are executed

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-11-06 16:42:18 +01:00
commit 9bdb715b7d
2 changed files with 1 additions and 8 deletions

View file

@ -24,5 +24,4 @@ src=$1; shift
dst=$1; shift
dst=$(echo $dst | sed "s/^${__target_host}://")
cp "$recursive" "$src" "$dst"