Skip to content
Snippets Groups Projects
  • matta's avatar
    aec77417
    * Patch the liblist and makefile script · aec77417
    matta authored
     - Some old machine requiered the -e flag in front of echo to interpret correctly the \t command as a tab
    - some new machine ignore -e and the make fail later
    - The solution to both is to suppress the -e flag (done before) and replace \t by the ascii code \011
    aec77417
    History
    * Patch the liblist and makefile script
    matta authored
     - Some old machine requiered the -e flag in front of echo to interpret correctly the \t command as a tab
    - some new machine ignore -e and the make fail later
    - The solution to both is to suppress the -e flag (done before) and replace \t by the ascii code \011