*-symbols-check: use normal shell over bash

None of the tests are bash specific. Tested with bash, zsh, dash, mksh
and ksh.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Tested-by: Niclas Zeising <zeising@daemonic.se>
Reviewed-by: Niclas Zeising <zeising@daemonic.se>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
main
Emil Velikov 2019-06-16 14:23:41 +01:00 committed by Eric Engestrom
parent 4083e8f2c6
commit 9b1e084253
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -u

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -u

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -u

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -u

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -u

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -u

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -u

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -u

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -u

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -u