mirror of https://github.com/CGAL/cgal
In a command like: mv $SOURCE $TARGET the two arguments must be doublely quoted: mv "$SOURCE" "$TARGET" That way, if $SOURCE is, for ex., "my file", it avoid the shell to call a command like that: mv my file "$TARGET" which is moving *two* files "my" and "file" to "$TARGET". With the double-quotes, after the parameters substitution, the call is correct, with only two arguments: mv "my file" "target" |
||
|---|---|---|
| .. | ||
| autotest_cgal | ||
| autotest_cgal_with_cmake | ||
| cgal2gml | ||
| cgal_depend | ||
| check_licenses | ||
| check_no_CGAL_USE_without_includes_before | ||
| check_svn_keywords | ||
| common_impl.rb | ||
| create_assertions.sh | ||
| create_cgal_test | ||
| create_cgal_test_with_cmake | ||
| create_internal_release | ||
| create_macosx_installer | ||
| create_new_release | ||
| list_cgal_includes | ||
| list_package_files.rb | ||
| list_package_files_impl.rb | ||
| mirror_all_packages.rb | ||
| mirror_package.rb | ||
| mirror_package_files.rb | ||
| mirror_package_impl.rb | ||
| remove_empty_lines.pl | ||
| remove_package_files_from_build_tree.rb | ||
| remove_package_files_from_build_tree_impl.rb | ||
| test_testsuite_submission | ||