From 9019661e2f8e8afcd33f88801aaeb0174d929739 Mon Sep 17 00:00:00 2001 From: Bharath H S Date: Fri, 23 Apr 2021 18:05:40 +0000 Subject: [PATCH] gpu: nvgpu: Explicitly set python2 in shabang bug 200694001 Jira ESSFTE-2601 Change-Id: I0730fa39c5609e7833c3de8bec6c42dd10fd9908 Signed-off-by: Bharath H S Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2519652 Tested-by: mobile promotions Reviewed-by: svcacv Reviewed-by: Deepak Nibade Reviewed-by: mobile promotions GVS: Gerrit_Virtual_Submit --- userspace/testlist.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userspace/testlist.py b/userspace/testlist.py index 7acf98ea5..19194be34 100755 --- a/userspace/testlist.py +++ b/userspace/testlist.py @@ -1,6 +1,6 @@ -#!/usr/bin/python +#!/usr/bin/python2 # -# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved. +# Copyright (c) 2019-2021, NVIDIA CORPORATION. All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"),