commit 0fae197679de282419400f46da720591a6dcde55 parent 509f13b5072551654bb04878483e61f74b56d415 Author: aabacchus <ben@bvnf.space> Date: Sun, 2 May 2021 13:41:36 +0100 xmenu: shellcheck Diffstat:
M | xmenu/build | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xmenu/build b/xmenu/build @@ -1,4 +1,4 @@ #!/bin/sh -e make -make DESTDIR=$1 install +make DESTDIR="$1" install