Changes between Initial Version and Version 1 of Ticket #4846


Ignore:
Timestamp:
Nov 12, 2017, 1:56:01 PM (6 years ago)
Author:
Itms
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4846 – Description

    initial v1  
    11Case in point: building Phab:D1026 failed with
    2 ```
     2{{{
    33build/jenkins/build-patch.sh: 69: cd: can't cd to build/workspaces/gcc
    4 ```
     4}}}
    55meaning that the unpatched version of the script was still being executed. As far as I know a script that modifies itself keeps track of the current position in the file, so I have to assume the issue comes from the patched code being higher in the file (line 69) than the place where the patching happens (line 102).
    66