gallium/tools: do not hardcode bash location
It is not guaranteed to be in /bin Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# This script processes symbols output by Gallium using glibc to human-readable function names
|
||||
|
||||
lastbin=
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
##########################################################################
|
||||
#
|
||||
# Copyright 2011 Jose Fonseca
|
||||
|
||||
Reference in New Issue
Block a user