projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58d6892
)
Drop also subdirectories
author
Alain Peyrat
<aljeux@free.fr>
Thu, 7 Jun 2012 20:43:14 +0000
(20:43 +0000)
committer
Alain Peyrat
<aljeux@free.fr>
Thu, 7 Jun 2012 20:43:14 +0000
(20:43 +0000)
tests/scripts/common-functions
patch
|
blob
|
history
diff --git
a/tests/scripts/common-functions
b/tests/scripts/common-functions
index
e2d2a85
..
4af61ea
100644
(file)
--- a/
tests/scripts/common-functions
+++ b/
tests/scripts/common-functions
@@
-19,7
+19,7
@@
prepare_workspace()
# Delete existing packages
if [ -d $WORKSPACE/build/packages ]
then
- rm $WORKSPACE/build/packages/*
+ rm
-fr
$WORKSPACE/build/packages/*
fi
# Create place to build package if necessary
[ ! -d $WORKSPACE/build/packages ] || mkdir -p $WORKSPACE/build/packages