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.
1 parent e650ed2 commit ba525d5Copy full SHA for ba525d5
dist/ColorEcho.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env sh
2
-if [ "`uname`" = "FreeBSD" ]; then
+ if [ "$(uname)" = "FreeBSD" ]; then
3
ECHO="echo"
4
else
5
ECHO="/bin/echo"
0 commit comments