mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-12 01:44:54 +00:00
9 lines
295 B
Diff
9 lines
295 B
Diff
|
--- 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.
|