diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:50:19 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 10:50:19 +0100 |
commit | 94bd91a052b4d58b6a0a8d7d71852f79040838b4 (patch) | |
tree | 75e054ee01c11883d542aba385bba6b54a8d4376 /extra/libepoxy | |
parent | 29329968354ff621855ee0b5e0495ba1e7cf2e90 (diff) | |
download | repository-94bd91a052b4d58b6a0a8d7d71852f79040838b4.tar.gz |
libepoxy: fix shellcheck error
Diffstat (limited to 'extra/libepoxy')
-rwxr-xr-x | extra/libepoxy/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libepoxy/build b/extra/libepoxy/build index 8893893e..239ebddb 100755 --- a/extra/libepoxy/build +++ b/extra/libepoxy/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" cl-meson \ -Degl=yes \ |