We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3ca663 + fd17f4d commit f37f9f3Copy full SHA for f37f9f3
dist/npm/bin/devspace
@@ -1,7 +1,7 @@
1
#!/usr/bin/env sh
2
3
BINARY=$(command -v devspace)
4
-STAT=$(stat -L -f%z "$BINARY" 2>/dev/null || stat --printf="%s" "$BINARY" 2>/dev/null)
+STAT=$(stat -L -f%z "$BINARY" 2>/dev/null || stat -c"%s" "$BINARY" 2>/dev/null)
5
6
if [ ! -f "$BINARY" ] || [ "$STAT" -lt 10000 ]; then
7
echo "Finishing installation of DevSpace CLI"
0 commit comments