From a29ad469acef958f7657a3757cfc43a0de6fd7d1 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 9 Aug 2005 18:33:54 +0000 Subject: [PATCH] source ./README, not sh ./README --- python/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README b/python/README index 0e73bd52..ce08675a 100644 --- 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 -- 2.11.0