On Solaris, cp and chmod don't have a -v option.

--- pulseaudio/bootstrap.sh     Tue Aug 18 20:55:33 2009
+++ pulseaudio/bootstrap.sh     Tue Aug 18 20:58:15 2009
@@ -48,8 +48,8 @@

 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
 fi

 if [ -f .tarball-version ]; then
_______________________________________________
pulseaudio-discuss mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss

Reply via email to