Skip to content

Commit 774d9ea

Browse files
author
4G3NT
committed
Remove unused variable in deps.sh
1 parent 17fac4a commit 774d9ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/sh
22

33
UNAME=$(uname -s)
4-
ARCH=$(uname -m)
54

65
if [ "$UNAME" = "Darwin" ]; then
76
HAS_BREW=$(command -v brew > /dev/null 2>&1 && echo 1 || echo 0)

0 commit comments

Comments
 (0)