Skip to content

Commit

Permalink
silence ./store_rpt mv
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Apr 30, 2012
1 parent 0a81c2f commit 9929e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store_rpt
Expand Up @@ -3,7 +3,7 @@
function do_cp {
for r in $r
do
for f in $(grep -l "$grep$r" $m)
for f in $(grep -l "$grep$r" $m 2>/dev/null)
do
mkdir -p t/reports/$v/$r
if test "$move" = "1"
Expand Down

0 comments on commit 9929e6a

Please sign in to comment.