summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/check-abi
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/check-abi')
-rwxr-xr-xqpid/cpp/src/check-abi2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/check-abi b/qpid/cpp/src/check-abi
index 2b5d4eda68..55e64e02f5 100755
--- a/qpid/cpp/src/check-abi
+++ b/qpid/cpp/src/check-abi
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/usr/bin/env bash
# Ask the compiler the implementation specific type for a standard typedeffed type
# (int64_t, size_t etc.). Operates by test compiling and using the demangling ABI call.