Skip to content

Commit de83cfc

Browse files
committed
ADDED: ls/1: tag links with @
1 parent acf6446 commit de83cfc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

library/shell.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@
229229
( exists_directory(File)
230230
-> atom_concat(Base, /, Label),
231231
Result = dir(File, Label)
232+
; read_link(File, _, _)
233+
-> atom_concat(Base, '@', Label),
234+
Result = file(File, Label)
232235
; Result = file(File, Base)
233236
).
234237

0 commit comments

Comments
 (0)