aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libcap/patches/900-use-more-compatible-shebang.patch
blob: 454c703fbe728a9b5ecc495d66c08662a767f3e5 (plain)
1
2
3
4
5
6
7
8
--- a/progs/mkcapshdoc.sh
+++ b/progs/mkcapshdoc.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # This script generates some C code for inclusion in the capsh binary.
 # The Makefile generally only generates the .c code and compares it
 # with the checked in code in the progs directory.