posix-configs shell scripts use /bin/sh to maximize compatibility (#10292)

- fix ocpoc line endings
This commit is contained in:
Daniel Agar 2018-08-25 11:02:37 -04:00 committed by GitHub
parent e79b9a2c1b
commit 72792cef43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 60 additions and 60 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# EKF2 replay script

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# File is auto-generated by cmake compilation, do not edit.

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/sh
# PX4 commands need the 'px4-' prefix in bash.
# (px4-alias.sh is expected to be in the PATH)
source px4-alias.sh

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env python
from __future__ import print_function
import pylab as pl
import scipy.optimize