- replace /bin/bash by /bin/sh in scripts which does not need bash and are SH scripts.

This commit is contained in:
Tomasz Kłoczko 2017-11-13 22:17:20 +00:00
parent 8c044ec6a5
commit cbab28d175
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# If using normal root, avoid changing anything.
if [ -z "$RPM_BUILD_ROOT" -o "$RPM_BUILD_ROOT" = "/" ]; then

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# dist.sh
# Author: Tom "spot" Callaway <tcallawa@redhat.com>
# License: GPL

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# This script reads filenames from STDIN and outputs any relevant provides
# information that needs to be included in the package.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Auto-generate requirements for executables (both ELF and a.out) and library

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/bin/sh
IFS=$'\n'