summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-autobuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild
index f5be35d35d..6dfbdb175f 100755
--- a/scripts/poky-autobuild
+++ b/scripts/poky-autobuild
@@ -27,7 +27,7 @@
27if [ "xpreamble" = "x$1" ]; then 27if [ "xpreamble" = "x$1" ]; then
28 mkdir -p ./build/tmp/deploy/images 28 mkdir -p ./build/tmp/deploy/images
29 rm -f ./build/tmp/deploy/images/images-complete 29 rm -f ./build/tmp/deploy/images/images-complete
30 svn info >> ./build/tmp/deploy/images/svninfo 30 svn info > ./build/tmp/deploy/images/svninfo
31 exit 0 31 exit 0
32fi 32fi
33 33