fewer double quotes in fail_if_not_on_cryptlist()

This commit is contained in:
Dan OBoyle
2015-07-03 17:23:34 -04:00
parent 805f66b6b3
commit 97030854fa

View File

@@ -114,7 +114,7 @@ function fail_if_not_on_cryptlist() {
if ! is_on_cryptlist "$name" ; then
echo "ERROR: $name not found in $BB_FILES" >&2
echo "PWD=""$(/bin/pwd)" >&2
echo "PWD=$(/bin/pwd)" >&2
echo 'Exiting...' >&2
exit 1
fi