mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 02:05:16 +03:00
66 lines
1.1 KiB
Diff
66 lines
1.1 KiB
Diff
Portability: run shell scripts with #!/bin/sh
|
|
---
|
|
--- a/tests/ddx_intel_after_fbdev
|
|
+++ b/tests/ddx_intel_after_fbdev
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
#
|
|
# Testcase: Load Intel DDX after fbdev was loaded
|
|
#
|
|
--- a/tests/igt_command_line.sh
|
|
+++ b/tests/igt_command_line.sh
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
#
|
|
# Copyright © 2014 Intel Corporation
|
|
#
|
|
--- a/tests/generate_testlist.sh
|
|
+++ b/tests/generate_testlist.sh
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
|
|
OUTPUT=$1
|
|
shift
|
|
--- a/scripts/generate_clear_kernel.sh
|
|
+++ b/scripts/generate_clear_kernel.sh
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
--- a/scripts/who.sh
|
|
+++ b/scripts/who.sh
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
#
|
|
# usage: sudo who.sh
|
|
#
|
|
--- a/scripts/run-tests.sh
|
|
+++ b/scripts/run-tests.sh
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
#
|
|
# Copyright © 2014 Intel Corporation
|
|
#
|
|
--- a/meson.sh
|
|
+++ b/meson.sh
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
|
|
cat > Makefile <<EOF
|
|
|
|
--- a/man/rst2man.sh
|
|
+++ b/man/rst2man.sh
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
|
|
rst2man=$1
|
|
input=$2
|