remove support for ancient /bin/sh which mishandle empty "$@"
Change-Id: Id936a48e8b9a5b8e15512481e464a0e9366b9152 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
parent
b8ed5d3c6f
commit
9c877bf6ed
6
configure
vendored
6
configure
vendored
@ -7059,11 +7059,7 @@ fi'`
|
||||
echo "export PKG_CONFIG_SYSROOT_DIR=$PKG_CONFIG_SYSROOT_DIR" >> "$outpath/config.status"
|
||||
[ -n "$PKG_CONFIG_LIBDIR" ] && \
|
||||
echo "export PKG_CONFIG_LIBDIR=$PKG_CONFIG_LIBDIR" >> "$outpath/config.status"
|
||||
echo "if [ \"\$#\" -gt 0 ]; then" >> "$outpath/config.status"
|
||||
echo " $CONFIG_STATUS \"\$@\"" >> "$outpath/config.status"
|
||||
echo "else" >> "$outpath/config.status"
|
||||
echo " $CONFIG_STATUS" >> "$outpath/config.status"
|
||||
echo "fi" >> "$outpath/config.status"
|
||||
echo "$CONFIG_STATUS \"\$@\"" >> "$outpath/config.status"
|
||||
chmod +x "$outpath/config.status"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user