summaryrefslogtreecommitdiffstats
path: root/scripts/oepydevshell-internal.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oepydevshell-internal.py')
-rwxr-xr-xscripts/oepydevshell-internal.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/oepydevshell-internal.py b/scripts/oepydevshell-internal.py
index 96c078ef3d..3bf7df1114 100755
--- a/scripts/oepydevshell-internal.py
+++ b/scripts/oepydevshell-internal.py
@@ -1,5 +1,7 @@
1#!/usr/bin/env python3 1#!/usr/bin/env python3
2# 2#
3# Copyright OpenEmbedded Contributors
4#
3# SPDX-License-Identifier: GPL-2.0-only 5# SPDX-License-Identifier: GPL-2.0-only
4# 6#
5 7
@@ -43,7 +45,7 @@ nonblockingfd(pty)
43nonblockingfd(sys.stdin) 45nonblockingfd(sys.stdin)
44 46
45 47
46histfile = os.path.expanduser("~/.oedevpyshell-history") 48histfile = os.path.expanduser("~/.oepydevshell-history")
47readline.parse_and_bind("tab: complete") 49readline.parse_and_bind("tab: complete")
48try: 50try:
49 readline.read_history_file(histfile) 51 readline.read_history_file(histfile)