Subversion Repositories oidplus

Rev

Rev 930 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
930 daniel-mar 1
#!/bin/bash
1407 daniel-mar 2
 
930 daniel-mar 3
DIR=$( dirname "$0" )
4
 
1407 daniel-mar 5
setexec () {
6
 
7
        svn propset svn:executable on $*
8
        svn propdel svn:executable $*
9
        chmod +x $*
10
 
11
}
12
 
13
setexec "$DIR"/set_chmod.sh
14
setexec "$DIR"/signtool/sign
15
setexec "$DIR"/signtool/verify
16
setexec "$DIR"/sign_all
17
setexec "$DIR"/plugins/*/check_*
18
setexec "$DIR"/plugins/ipfm/dygraph/update-dygraph.sh