This commit is contained in:
@ -15,6 +15,7 @@ finalize ()
|
|||||||
do
|
do
|
||||||
if [ "$i" = "*" ]; then continue; fi
|
if [ "$i" = "*" ]; then continue; fi
|
||||||
if [ "$i" = "CVS" ]; then continue; fi
|
if [ "$i" = "CVS" ]; then continue; fi
|
||||||
|
if [ "$i" = ".svn" ]; then continue; fi
|
||||||
if [ "$i" = "stx" ]; then continue; fi
|
if [ "$i" = "stx" ]; then continue; fi
|
||||||
|
|
||||||
if [ "$cur" = "" ]
|
if [ "$cur" = "" ]
|
||||||
|
Reference in New Issue
Block a user