Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Q qpme-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Descartes Research
  • qpme-core
  • Issues
  • #2
Closed
Open
Created Aug 18, 2017 by Chair of Software Engineering@info2Owner

SimQPN.sh misses execute rights and contains DOS end-of-line characters

This is an easy fix, but nerves a lot for Linux and Mac users.

  1. File SimQPN.sh misses execute rights. Every time, I must manually add it: chmod 775 SimQPN.sh

  2. Running the SimQPN.sh script gives error:

    user@host:~/qpme$ ./SimQPN.sh 
    -bash: ./SimQPN.sh: /bin/sh^M: bad interpreter: No such file or directory

This can be fixed by opening vim and typing set ff=unix or :%s/\r//g

Assignee
Assign to
Time tracking