diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:49:42 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:49:42 +0100 |
commit | 350cbb91956b3189b0e55106fcab8e8b11efef81 (patch) | |
tree | 816a396d7a53c4f0764ed14c746596a7b23103e0 /extra/libbsd/build | |
parent | 9031315d33ca18ca8054fb3a8991df75404626e6 (diff) | |
download | repository-350cbb91956b3189b0e55106fcab8e8b11efef81.tar.gz |
libbsd: fix shellcheck error
Diffstat (limited to 'extra/libbsd/build')
-rwxr-xr-x | extra/libbsd/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libbsd/build b/extra/libbsd/build index ffbfa88f..211f953b 100755 --- a/extra/libbsd/build +++ b/extra/libbsd/build @@ -17,7 +17,7 @@ make DESTDIR="$tmp_dir" install cd libbsd export CFLAGS="$CFLAGS -I$tmp_dir/include" -export LIBS=$tmp_dir/lib/libmd.a +export LIBS="$tmp_dir/lib/libmd.a" ./configure \ --prefix=/usr |