Tiny Core Linux

General TC => General TC Talk => Topic started by: jpeters on June 19, 2009, 08:55:47 PM

Title: repos .list files
Post by: jpeters on June 19, 2009, 08:55:47 PM
I noticed some files are written with a leading "." while others aren't (eg, wget.tce.list, wine-gl.tcel.list).
This makes it difficult for scripts using the list files.  
Title: Re: repos .list files
Post by: ^thehatsrule^ on June 19, 2009, 09:15:34 PM
It doesn't really matter if there's a . in front, they are still valid paths (from /)

./ simply means the current directory
Title: Re: repos .list files
Post by: jpeters on June 19, 2009, 10:13:12 PM
It doesn't really matter if there's a . in front, they are still valid paths (from /)

./ simply means the current directory

good idea....thanks