diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-10 02:40:42 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-10 02:40:42 +0300 |
commit | ba5c2024b884efdcdc63ee5ffcceb2d5e7780987 (patch) | |
tree | d6a88ed57da47b98bcdb8eb406dfbab753c964e1 /xorg/sowm | |
parent | e0e651718a08f5fdcfa09c1ae02707e4e1aba66d (diff) | |
download | repository-ba5c2024b884efdcdc63ee5ffcceb2d5e7780987.tar.gz |
sowm: fix shellcheck error
Diffstat (limited to 'xorg/sowm')
-rwxr-xr-x | xorg/sowm/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/sowm/build b/xorg/sowm/build index 7de21eed..ba7b2819 100755 --- a/xorg/sowm/build +++ b/xorg/sowm/build @@ -1,4 +1,4 @@ #!/bin/sh -e -make +make CC="${CC:-cc}" make DESTDIR="$1" install |