Skip to content

Commit 0ec945c

Browse files
committed
util: use sh instead of bash in all util scripts, #90
1 parent baf6c14 commit 0ec945c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

util/cmake_shared_configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
# Generate configuration to build a shared library
33
#
44
# Related discussion and info:

util/cmake_shared_configure_cross_mingw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
#
33
# Generate configuration to build a shared library cross-compiling for Windows (with MinGW)
44
#

util/deb_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
#
44
# Helper script to build deb packages

util/deb_create_quilt3_archive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
#
44
# Create tar.gz archive (quilt3) from current project

0 commit comments

Comments
 (0)