Fix a shell warning running configure under flatpak-builder.
This commit is contained in:
parent
d34f0e7bb0
commit
4cab543e1b
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -73,7 +73,7 @@ do
|
|||
exit 0
|
||||
;;
|
||||
|
||||
--prefix) if [ -z "$value"]; then
|
||||
--prefix) if [ -z "$value" ]; then
|
||||
# handle jhbuild's use of "--prefix /path"
|
||||
value="$2"
|
||||
shift
|
||||
|
|
@ -85,7 +85,7 @@ do
|
|||
# ignored for autotools compatibility
|
||||
--bindir | --libdir | --sbindir | --datadir | --localstatedir | \
|
||||
--includedir | --infodir | --sysconfdir | --mandir | --libexecdir)
|
||||
if [ -z "$value"]; then
|
||||
if [ -z "$value" ]; then
|
||||
# handle jhbuild's use of "--option /path"
|
||||
value="$2"
|
||||
shift
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue