Skip to content

Commit

Permalink
Fix path listing
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Aug 21, 2023
1 parent d337205 commit 584ad26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/alire/alire-directories.adb
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ package body Alire.Directories is
((if On_Windows then "dir" else "ls"),
(if On_Windows
then To_Vector ("/a/o/q/r/s")
else To_Vector ("-alRF")),
else To_Vector ("-alRF"))
& Path,
Output,
Err_To_Out => True);
begin
Expand Down

0 comments on commit 584ad26

Please sign in to comment.