mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 07:35:39 +00:00
Convert configure script shebang back to /bin/sh for cross-platform compatability (#215)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
# Note: When adding make options to this script, ensure that the source still
|
||||
@@ -235,7 +235,8 @@ genConfigMake() {
|
||||
cfgwrite "# $MAKE debug=yes"
|
||||
cfgwrite ""
|
||||
|
||||
cfgwrite "TOPDIR:=$( sed 's/ /\\\ /g' <<< ${TOPDIR} )"
|
||||
TOPDIR_CFGWRITE=`echo ${TOPDIR} | sed 's/ /\\\ /g'`
|
||||
cfgwrite "TOPDIR:=${TOPDIR_CFGWRITE}"
|
||||
cfgwrite ""
|
||||
|
||||
cfgwrite "NEEDS_GUI=no"
|
||||
|
||||
Reference in New Issue
Block a user