diff options
Diffstat (limited to 'util/scripts/find-unused-kconfig-symbols.sh')
-rwxr-xr-x | util/scripts/find-unused-kconfig-symbols.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/scripts/find-unused-kconfig-symbols.sh b/util/scripts/find-unused-kconfig-symbols.sh index 3b84d25f57..48a89b96df 100755 --- a/util/scripts/find-unused-kconfig-symbols.sh +++ b/util/scripts/find-unused-kconfig-symbols.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh # Permission to use, copy, modify, and/or distribute this software for # any purpose with or without fee is hereby granted, provided that the # above copyright notice and this permission notice appear in all copies. |