Browse Source

Force bash usage

The default shell on i386 stretch has some sort of problem with wildcard
expansion. Force usage of bash.

Change-Id: I923375128b7861ec5f7a2c2d77a50850f888035e
pull/1665/head
Richard Fuchs 3 years ago
parent
commit
1162f4a890
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      pkg/deb/backports/stretch
  2. +1
    -1
      utils/build_test_wrapper

+ 1
- 0
pkg/deb/backports/stretch View File

@ -33,6 +33,7 @@ sname:=rtpengine\
# Source version\
sversion:=$(DEB_VERSION_UPSTREAM)\
## end of kernel package specific stuff\
export SHELL=/bin/bash\
;' "${DIST}"/rules
sed -i 's;^execute_before_dh_auto_install-indep:;execute_before_dh_auto_install-indep:\
\t# Create the directories to install the source into\


+ 1
- 1
utils/build_test_wrapper View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
TARGET=$1
ROOT=$(echo "$TARGET" | sed 's/\.h$//')
if test "x$MAKE" = x; then


Loading…
Cancel
Save