Skip to content

Commit

Permalink
a $ sign
Browse files Browse the repository at this point in the history
Sorry
  • Loading branch information
szepeviktor committed Jul 23, 2014
1 parent 134c1ce commit c9de8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ else
fi

# add valid version number at the end
if [ -z "${CURLJS_VERSION//[0-9.]/}" ] && ! [ -z "CURLJS_VERSION" ] then
if [ -z "${CURLJS_VERSION//[0-9.]/}" ] && ! [ -z "$CURLJS_VERSION" ] then
echo -n "//${CURLJS_VERSION}" >> "$out"
else
echo "cannot find the version number" >&2
Expand Down

0 comments on commit c9de8a5

Please sign in to comment.