Commit 9d781951 authored by claes's avatar claes

Try to fix 'rm : to long argumetnlist'

parent 1ecea4a0
/*
* Proview $Id: wb_pkg.cpp,v 1.11 2005-09-06 10:43:31 claes Exp $
* Proview $Id: wb_pkg.cpp,v 1.12 2005-12-20 12:03:54 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -405,7 +405,9 @@ void pkg_node::fetchFiles( bool distribute)
"if [ ! -e $pwrp_tmp/pkg_build ]; then" << endl <<
" mkdir $pwrp_tmp/pkg_build" << endl <<
"else" << endl <<
" rm -r $pwrp_tmp/pkg_build/*.flw" << endl <<
" rm -r $pwrp_tmp/pkg_build/*" << endl <<
// " find $pwrp_tmp/pkg_build -name \"*\" | xargs rm -r" << endl <<
"fi" << endl;
for ( int i = 0; i < (int)m_filelist.size(); i++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment