Skip to content

Commit

Permalink
More comprehensive Windows switches
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Aug 21, 2023
1 parent fce10c5 commit 7f72bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alire/alire-directories.adb
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ package body Alire.Directories is
OS_Lib.Subprocess.Unchecked_Spawn_And_Capture
((if On_Windows then "dir" else "ls"),
(if On_Windows
then To_Vector ("/a") & "/s"
then To_Vector ("/a/o/q/r/s")
else To_Vector ("-alRF")),
Output,
Err_To_Out => True);
Expand Down

0 comments on commit 7f72bc8

Please sign in to comment.