diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-03-18 19:47:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-03-18 19:47:14 +0000 |
commit | 9bd676a79bb31b5ffa9d3206aa6ff2e49e1e90d6 (patch) | |
tree | 621a36958bc1edb6ac9a8c45e73421716b12dfe5 /tools | |
parent | 06616783a8b56b793ec627213a8b17fadf848f76 (diff) |
hush you little script
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9095 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release b/tools/release index b276eeba08..879d5afedc 100755 --- a/tools/release +++ b/tools/release @@ -80,7 +80,7 @@ for(@entries) { #print "Create $dir\n"; mkalldir($dir); #print "Copy $_ to $dir\n"; - `cp -p $_ $dir`; + `cp -p $_ $dir 2>/dev/null`; } |