diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-06 23:11:11 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-06 23:11:11 +0300 |
commit | 002d667c72578f1a6cfd4914910b24117171b070 (patch) | |
tree | 20b9a989cc48d56af82b82efeac3021287c63afc /extra/ntfs-3g/build | |
parent | 9dbeaa758311cd227498c6d61c8fc47746648fab (diff) | |
download | repository-002d667c72578f1a6cfd4914910b24117171b070.tar.gz |
ntfs-3g: suppress warning
Diffstat (limited to 'extra/ntfs-3g/build')
-rwxr-xr-x | extra/ntfs-3g/build | 2 |
1 files changed, 2 insertions, 0 deletions
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" |