diff options
-rwxr-xr-x | scripts/oe-pkgdata-util | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util index b075775b8f..25a3d89fb2 100755 --- a/scripts/oe-pkgdata-util +++ b/scripts/oe-pkgdata-util | |||
@@ -493,7 +493,7 @@ def main(): | |||
493 | sys.exit(1) | 493 | sys.exit(1) |
494 | 494 | ||
495 | if not os.path.exists(args.pkgdata_dir): | 495 | if not os.path.exists(args.pkgdata_dir): |
496 | logger.error('Unable to find pkgdata directory %s' % pkgdata_dir) | 496 | logger.error('Unable to find pkgdata directory %s' % args.pkgdata_dir) |
497 | sys.exit(1) | 497 | sys.exit(1) |
498 | 498 | ||
499 | ret = args.func(args) | 499 | ret = args.func(args) |