mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
93ba4df502
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
3 lines
189 B
Text
3 lines
189 B
Text
File::Path::Expand expands user directories in filenames.
|
|
For the simple case it's no more complex than s{^~/}{$HOME/},
|
|
but for other cases it consults getpwent and does the right thing.
|