diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/oe-setup-builddir | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 201cea30bf..72113c37b8 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir | |||
@@ -133,6 +133,4 @@ fi | |||
133 | [ ! -r "$OECORENOTESCONF" ] || cat "$OECORENOTESCONF" | 133 | [ ! -r "$OECORENOTESCONF" ] || cat "$OECORENOTESCONF" |
134 | unset OECORENOTESCONF | 134 | unset OECORENOTESCONF |
135 | 135 | ||
136 | if [ ! -f "$BUILDDIR/conf/templateconf.cfg" ]; then | 136 | echo "$ORG_TEMPLATECONF" >"$BUILDDIR/conf/templateconf.cfg" |
137 | echo "$ORG_TEMPLATECONF" >"$BUILDDIR/conf/templateconf.cfg" | ||
138 | fi | ||