Skip to content
  • Francois-Rene Rideau's avatar
    UIOP: Fix DIRECTORY* on Genera · 1a85db86
    Francois-Rene Rideau authored
    Fix DIRECTORY* on Genera (contribution by Gary Palter, lp#1518044):
    UIOP uses FS:DIRECTORY-LIST on Genera to enumerate the contents of the
    source repositories. However, if the directory doesn't exist,
    FS:DIRECTORY-LIST signals an error, whereas UIOP expects to get NIL.
    1a85db86