[Notes] [Git][BuildStream/buildstream][tristan/build-docs] doc/sessions/developing.run: Fix the session to actually run `patch` as a shell command



Title: GitLab

Tristan Van Berkom pushed to branch tristan/build-docs at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • doc/sessions/developing.run
    ... ... @@ -16,7 +16,8 @@ commands:
    16 16
     
    
    17 17
     # Apply a patch in the workspace
    
    18 18
     - directory: ../examples/developing/
    
    19
    -  command: show hello.bst; patch workspace_hello/files/src/hello.c update.patch;
    
    19
    +  shell: True
    
    20
    +  command: patch workspace_hello/hello.c update.patch
    
    20 21
     
    
    21 22
     # Rebuild
    
    22 23
     - directory: ../examples/developing/
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]