forked from Mirrors/freeswitch
2ecac238f3
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3774 d0543943-73ff-0310-b7d9-9358b9ac24b2
7 lines
137 B
Bash
7 lines
137 B
Bash
#!/bin/sh
|
|
|
|
set -x
|
|
${AUTORECONF:-autoreconf} -i
|
|
find . \( -name 'run*' -o -name '*.sh' \) -a -type f | xargs chmod +x
|
|
chmod +x scripts/*
|