Signed-off-by: John Howard <jhoward@microsoft.com>
| ... | ... |
@@ -31,7 +31,7 @@ export MAKEDIR="$SCRIPTDIR/make" |
| 31 | 31 |
# but really, they shouldn't. We want to be in a container! |
| 32 | 32 |
inContainer="AssumeSoInitially" |
| 33 | 33 |
if [ "$(go env GOHOSTOS)" = 'windows' ]; then |
| 34 |
- if [ -n "$FROM_DOCKERFILE" ]; then |
|
| 34 |
+ if [ -z "$FROM_DOCKERFILE" ]; then |
|
| 35 | 35 |
unset inContainer |
| 36 | 36 |
fi |
| 37 | 37 |
else |