Menu

#76 build.sh contains DOS \r characters for newline

open
nobody
None
8
2009-03-09
2009-03-09
No

build.sh fails to run from the source tar.gz because the script contains ^M characters that were probably inserted by some DOS editor.

Running sed 's/^M$//' build.sh > build_unix.sh fixes the issue.
# in bash/tcsh, press Ctrl-V then Ctrl-M

Version 2.2.4 of WarGus was downloaded.

Discussion

  • Rodney Beede

    Rodney Beede - 2009-03-09

    Updated importance as it makes it unusable on Linux without the script fix.

     
  • Rodney Beede

    Rodney Beede - 2009-03-09
    • priority: 5 --> 8