mirror of https://github.com/CGAL/cgal
Mix my previous commit (revision 45481): that script is perl, and not sh!
This commit is contained in:
parent
3a825a09ae
commit
dfd7e8e44c
|
|
@ -300,7 +300,7 @@ sub CreateDemoTestDirs()
|
|||
chdir "$RELEASEDIR/$VERSION" or die;
|
||||
chdir 'demo' or return;
|
||||
foreach $DIR (glob("*")) {
|
||||
if ( -d $DIR -a "$DIR" != "icons" -a "$DIR" != "resources" ) {
|
||||
if ( -d $DIR -&& "$DIR" != "icons" && "$DIR" != "resources" ) {
|
||||
dircopy("$DIR", "../test/${DIR}_Demo");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue