Skip to content

Commit d83e261

Browse files
committed
Use /bin/sh rather than /bin/bash for portability.
1 parent 5dbefb4 commit d83e261

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
#######################################################################
44
#

pgadmin/ver_svn.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
TARGET_DIR=`dirname $0`
44

pkg/mac/create-dmg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
DMG_SOURCES="./pgAdmin3.app"
33
DMG_LICENCE=./pkg/mac/licence.r
44
DMG_IMAGE=./pgAdmin3.dmg

pkg/mac/debug-bundle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
bundle_name="pgAdmin3-Debug"
33

44
if test -d "$bundle_name.app"; then

0 commit comments

Comments
 (0)