From 002d667c72578f1a6cfd4914910b24117171b070 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 6 Apr 2020 23:11:11 +0300 Subject: ntfs-3g: suppress warning --- extra/ntfs-3g/build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extra/ntfs-3g') diff --git a/extra/ntfs-3g/build b/extra/ntfs-3g/build index 77a29973..77a53d3b 100755 --- a/extra/ntfs-3g/build +++ b/extra/ntfs-3g/build @@ -10,4 +10,6 @@ make DESTDIR="$1" install install -Dm755 "$1/bin/"* -t "$1/usr/bin" install -Dm755 "$1/sbin/"* -t "$1/usr/bin" +# KISS will always assign a $1 value +# shellcheck disable=2115 rm -r "$1/bin" "$1/sbin" -- cgit v1.2.3