crosstool-ng/scripts
Elliot Saba 7f84b9ab92 [scripts/functions]: Fix quoting issue in comparison
On my Ubuntu machine (with `dash` version `0.5.10` and `bash` version `5.0.17`),
I would get errors such as the following:

```
crosstool-ng/scripts/functions: line 730: [: !=: unary operator expected
```

This is generally because a variable is not set, and expands to an empty string
causing the test operator to mis-parse the expression.  To fix this, I have
added quotes around the variable.

Signed-off-by: Elliot Saba <staticfloat@gmail.com>
2022-04-22 10:15:04 +12:00
..
build gcc: add gcc libstdcxx-verbose option 2022-02-23 20:21:16 +13:00
override Add checking for *sum and unzip 2018-04-29 12:06:54 -07:00
upgrade Upgrade script for uClibc retirement 2022-02-11 00:47:50 -08:00
compile WIP: autotoolization 2018-04-07 12:03:17 -07:00
config.guess Update config.{sub,guess} 2021-12-13 21:19:47 +13:00
config.rpath Use autoconfig-archve/automake tests 2018-04-07 12:02:33 -07:00
config.sub Update config.{sub,guess} 2021-12-13 21:19:47 +13:00
crosstool-NG.sh Add EXTRA_CXXFLAGS_FOR_BUILD option 2021-07-06 16:19:17 +01:00
depcomp WIP: autotoolization 2018-04-07 12:03:17 -07:00
functions [scripts/functions]: Fix quoting issue in comparison 2022-04-22 10:15:04 +12:00
install-sh WIP: autotoolization 2018-04-07 12:03:17 -07:00
ltmain.sh WIP: autotoolization 2018-04-07 12:03:17 -07:00
missing WIP: autotoolization 2018-04-07 12:03:17 -07:00
populate.in Revert "Determine whether -E/-r option selects extended regexp" 2017-02-26 19:06:35 -08:00
saveSample.sh Upgrade script for uClibc retirement 2022-02-11 00:47:50 -08:00
scripts.mk Fix installation of the license file 2018-11-12 01:19:04 -08:00
show-config.sh Use enhanced framework for 'ct-ng update-samples' 2019-02-09 15:55:16 -08:00
show-tuple.sh Support out-of-tree local builds 2018-04-07 14:39:56 -07:00
toolchain-config.in scripts: simplify and fix the toolchain config script 2011-08-19 00:52:05 +02:00
version-check.sh Use enhanced framework for 'ct-ng update-samples' 2019-02-09 15:55:16 -08:00
xldd.in Doc renames & issue template 2017-04-13 00:07:29 -07:00