1
0

900-use-more-compatible-shebang.patch 295 B

12345678
  1. --- a/progs/mkcapshdoc.sh
  2. +++ b/progs/mkcapshdoc.sh
  3. @@ -1,4 +1,4 @@
  4. -#!/bin/bash
  5. +#!/usr/bin/env bash
  6. # This script generates some C code for inclusion in the capsh binary.
  7. # The Makefile generally only generates the .c code and compares it
  8. # with the checked in code in the progs directory.