Subversion Repositories vnag

Rev

Rev 80 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. #!/bin/bash
  2.  
  3. DIR=$( dirname "$0" )
  4.  
  5. setexec () {
  6.  
  7.         svn propdel svn:executable $*
  8.         svn propset svn:executable on $*
  9.         chmod +x $*
  10.  
  11. }
  12.  
  13. setexec "$DIR"/set_chmod.sh
  14. setexec "$DIR"/bin/*.phar
  15. setexec "$DIR"/src/plugins/ipfm/dygraph/update-dygraph.sh
  16. setexec "$DIR"/create_conf_symlinks.phps
  17.