shithub: aubio

Download patch

ref: a29ad469acef958f7657a3757cfc43a0de6fd7d1
parent: 5e9c68a7e84dccb4a0d6780f60b8c850b9854fbe
author: Paul Brossier <piem@altern.org>
date: Tue Aug 9 14:33:54 EDT 2005

source ./README, not sh ./README

--- a/python/README
+++ b/python/README
@@ -3,6 +3,6 @@
 
 # To have it working before installation, you will need to set LD_LIBRARY_PATH.
 # for instance, to run the python script from within aubio/python/, you can use
-# sh ./README
+# 'source ./README'
 
 export LD_LIBRARY_PATH=../src/.libs:../ext/.libs