diff --git a/releasetools/arm_sdimage.sh b/releasetools/arm_sdimage.sh index 2575bc5a7..6b777595a 100755 --- a/releasetools/arm_sdimage.sh +++ b/releasetools/arm_sdimage.sh @@ -4,7 +4,7 @@ set -e # # Source settings if present # -if [ -e .settings ] +if [ -f .settings ] then echo "Sourcing settings from .settings" # Display the content (so we can check in the build logs