summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
Diffstat (limited to 'selftest')
-rwxr-xr-xselftest/gdb_backtrace1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/gdb_backtrace b/selftest/gdb_backtrace
index 5a7d2307bd..e38c451d42 100755
--- a/selftest/gdb_backtrace
+++ b/selftest/gdb_backtrace
@@ -36,6 +36,7 @@ case "${UNAME}" in
#
SunOS)
DB_LIST="dbx ${DB_LIST}"
+ ;;
esac
for DB in ${DB_LIST}; do