From 396a35dd51f1d58c051d0c1f1100e44950933d3b Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Mon, 25 Jan 2021 12:48:43 +0100 Subject: base-files: remove execute bit and shebang from functions.sh /lib/functions.sh was executable for no obvious reason and its execute property was even checked in package-ipkg.mk just to source it afterwards. Remove the execute bit and shebang as this is clearly a library. Signed-off-by: Adrian Schmutzler Reviewed-by: Philip Prindeville --- package/base-files/files/lib/functions.sh | 1 - 1 file changed, 1 deletion(-) mode change 100755 => 100644 package/base-files/files/lib/functions.sh (limited to 'package/base-files') diff --git a/package/base-files/files/lib/functions.sh b/package/base-files/files/lib/functions.sh old mode 100755 new mode 100644 index 272e230db2..2bad45324f --- a/package/base-files/files/lib/functions.sh +++ b/package/base-files/files/lib/functions.sh @@ -1,4 +1,3 @@ -#!/bin/sh # Copyright (C) 2006-2014 OpenWrt.org # Copyright (C) 2006 Fokus Fraunhofer # Copyright (C) 2010 Vertical Communications -- cgit v1.2.3