Uploaded image for project: 'ReactOS Build Environment'
  1. ReactOS Build Environment
  2. ROSBE-76

basedir may fail on relative paths

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • RosBE-Unix
    • None

    Description

      RosBE.sh and chdefdir.sh will set _ROSBE_ROSSOURCEDIR to whatever is passed to them, which causes issues with basedir. They should use the full path when setting _ROSBE_ROSSOURCEDIR.

      $ /usr/local/RosBE/RosBE.sh Projects/reactos
      bash: cd: Projects/reactos: No such file or directory

      $ /usr/local/RosBE/RosBE.sh
      $ cd Projects/reactos
      $ chdefdir .
      $ cd base/applications
      $ basedir
      $ pwd
      /home/tcrawford/Projects/reactos/base/applications

      Attachments

        Activity

          People

            admin admin
            tcrawford tcrawford
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: