correct bug in cleanup script and update permissions accordingly

This commit is contained in:
Axel Kohlmeyer
2015-10-27 07:07:38 -04:00
parent 476bb5699d
commit 3bbba19e85
39 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
#!/bin/sh
# do some cleaning up to fix permissions and remove cruft
for f in `find ./ -name \*.orig -or -name \*~ -or -name \*.rej -print`
for f in `find ./ -name \*.orig -print -or -name \*~ -print -or -name \*.rej -print`
do rm -v $f
done
for f in `find ./ -name \*.cpp -or -name \*.c -or -name \*.h -print`
for f in `find ./ -name \*.cpp -print -or -name \*.c -print -or -name \*.h -print`
do chmod -x $f
done

0
src/KOKKOS/angle_charmm_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/angle_harmonic_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/bond_fene_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/bond_harmonic_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/compute_temp_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/dihedral_charmm_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/dihedral_opls_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/fix_deform_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/fix_nh_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/fix_nph_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/fix_npt_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/fix_nvt_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/fix_wall_reflect_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/improper_harmonic_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/neigh_bond_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_buck_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_coul_dsf_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_coul_wolf_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_eam_alloy_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_eam_fs_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_eam_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_sw_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_tersoff_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_tersoff_mod_kokkos.cpp Executable file → Normal file
View File

0
src/KOKKOS/pair_tersoff_zbl_kokkos.cpp Executable file → Normal file
View File

0
src/MANYBODY/pair_polymorphic.cpp Executable file → Normal file
View File

0
src/MANYBODY/pair_vashishta.cpp Executable file → Normal file
View File

0
src/MC/fix_tfmc.cpp Executable file → Normal file
View File

0
src/USER-INTEL/pair_sw_intel.cpp Executable file → Normal file
View File

0
tools/xmovie/control.c Executable file → Normal file
View File

0
tools/xmovie/dummy.c Executable file → Normal file
View File

0
tools/xmovie/hpsort.c Executable file → Normal file
View File

0
tools/xmovie/read.c Executable file → Normal file
View File

0
tools/xmovie/scene.c Executable file → Normal file
View File

0
tools/xmovie/toascii.c Executable file → Normal file
View File

0
tools/xmovie/tobinary.c Executable file → Normal file
View File

0
tools/xmovie/version.c Executable file → Normal file
View File

0
tools/xmovie/xmovie.c Executable file → Normal file
View File