Skip to content

Commit

Permalink
v0.0.8, regenerate dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Feb 27, 2017
1 parent e650ed2 commit ba525d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/ColorEcho.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
if [ "`uname`" = "FreeBSD" ]; then
if [ "$(uname)" = "FreeBSD" ]; then
ECHO="echo"
else
ECHO="/bin/echo"
Expand Down

0 comments on commit ba525d5

Please sign in to comment.