[libgda] Fixed a bug in prepare_provider_sources.sh
- From: Vivien Malerba <vivien src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgda] Fixed a bug in prepare_provider_sources.sh
- Date: Thu, 12 Nov 2009 19:50:42 +0000 (UTC)
commit ac5483dc3960926af82b6ddfb83d1ae3aedcc62f
Author: Vivien Malerba <malerba gnome-db org>
Date: Fri Oct 23 20:57:00 2009 +0200
Fixed a bug in prepare_provider_sources.sh
providers/prepare_provider_sources.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/providers/prepare_provider_sources.sh b/providers/prepare_provider_sources.sh
index cac31fa..3ac5c64 100755
--- a/providers/prepare_provider_sources.sh
+++ b/providers/prepare_provider_sources.sh
@@ -50,7 +50,7 @@ ballupname=$(echo $base | tr a-z A-Z)
for file in *
do
mv $file $file.1
- cat $file.1 | sed -e "s/$base/$provname/g" -e "s/$bupname/$upname/g" -e "s/$ballupname/$allupname/g"> $file
+ cat $file.1 | sed -e "s/$base/$provname/g" -e "s/$bupname/$upname/g" -e "s/$ballupname/$allupname/g" -e "s/skel-implementation\///g" > $file
rm -f $file.1
done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]