Skip to content

Commit

Permalink
Use brackets instead of commas for shell commands.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tobbi committed Jun 4, 2017
1 parent e589911 commit 6dd9597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makedist.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

ST_VERSION=`git describe --tags | sed 's/^v//'`
ST_VERSION=$(git describe --tags | sed 's/^v//')
DISTDIR="supertux-$ST_VERSION"

if test -e "$DISTDIR"
Expand Down

0 comments on commit 6dd9597

Please sign in to comment.