Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/shells
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22860/10.2-gcc3.3/unstable/main/finkinfo/shells

Modified Files:
        bash-completion.info bash-completion.patch 
Log Message:
validate fixes

Index: bash-completion.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/shells/bash-completion.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bash-completion.patch       13 May 2004 18:07:25 -0000      1.4
+++ bash-completion.patch       19 Jul 2004 21:12:05 -0000      1.5
@@ -259,7 +259,7 @@
 +}
 +
 +_fink_trees() {
-+    cat /sw/etc/fink.conf | sed -e '/^Trees/!d; s/^Trees://' 2>/dev/null
++    cat @PREFIX@/etc/fink.conf | sed -e '/^Trees/!d; s/^Trees://' 2>/dev/null
 +}
 +
 +_fink()
@@ -305,7 +305,7 @@
 +                                #pfx=$( echo $cur | sed -e 's/^\([^=]*\)=.*$/\1/' )
 +                              #las=$( echo "$cur" | sed -e 's/^[^=]*=//' )
 +                              #[[ $las == $cur ]] && las=()
-+                              #res=$( cat /sw/etc/fink.conf | sed -e '/^Trees/!d; 
s/^Trees://' 2>/dev/null )
++                              #res=$( cat @PREFIX@/etc/fink.conf | sed -e 
'/^Trees/!d; s/^Trees://' 2>/dev/null )
 +                                #COMPREPLY=( $( compgen -W '$( _fink_trees )' -- 
"${las}" ) )
 +                          #else
 +                              COMPREPLY=( $( compgen -W '-h --help -t --tab -i 
--installed -o --outdated -u --uptodate -n --notinstalled \

Index: bash-completion.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/shells/bash-completion.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bash-completion.info        13 May 2004 18:07:25 -0000      1.4
+++ bash-completion.info        19 Jul 2004 21:12:05 -0000      1.5
@@ -1,6 +1,6 @@
 Package: bash-completion
 Version: 20040331
-Revision: 2
+Revision: 3
 Source: http://www.caliban.org/files/bash/%n-%v.tar.gz
 Source-MD5: 0adf18ca3a6b57e1a681f80a05f8ff06
 SourceDirectory: bash_completion



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to