fewer double quotes in fail_if_not_on_cryptlist()
This commit is contained in:
@@ -114,7 +114,7 @@ function fail_if_not_on_cryptlist() {
|
|||||||
|
|
||||||
if ! is_on_cryptlist "$name" ; then
|
if ! is_on_cryptlist "$name" ; then
|
||||||
echo "ERROR: $name not found in $BB_FILES" >&2
|
echo "ERROR: $name not found in $BB_FILES" >&2
|
||||||
echo "PWD=""$(/bin/pwd)" >&2
|
echo "PWD=$(/bin/pwd)" >&2
|
||||||
echo 'Exiting...' >&2
|
echo 'Exiting...' >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user