diff Scripts/lint-shlibs.sh @ 1115:297b5eef115e

vanilla: change shebangs to /bin/sh
author David Demelier <markand@malikania.fr>
date Fri, 20 Sep 2019 21:05:00 +0200
parents 1c119dbea5e6
children 9867e578b1a9
line wrap: on
line diff
--- a/Scripts/lint-shlibs.sh	Thu Sep 19 15:09:24 2019 +0200
+++ b/Scripts/lint-shlibs.sh	Fri Sep 20 21:05:00 2019 +0200
@@ -1,4 +1,4 @@
-#!/bin/busybox sh
+#!/bin/sh
 #
 # lint-shlibs.sh -- quick and dirty script to check shared libraries
 #