X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bootstrap.sh;h=c7c858232bbc10b42838973d028aac4033df61f3;hb=f081c152f3d5f6a70edc6b7369445229b4f6a1b8;hp=970e884e5813cc745768832edaf40c8fbe43ca98;hpb=a44cb642ebd2543e55314d4d8679a9b3d115e533;p=profile%2Fivi%2Fpulseaudio.git diff --git a/bootstrap.sh b/bootstrap.sh index 970e884..c7c8582 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -47,9 +47,9 @@ case $(uname) in esac if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then - echo "Activating pre-commit hook." - cp -pv .git/hooks/pre-commit.sample .git/hooks/pre-commit - chmod -v +x .git/hooks/pre-commit + cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit && \ + chmod +x .git/hooks/pre-commit && \ + echo "Activated pre-commit hook." fi if [ -f .tarball-version ]; then