Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
paultag committed Apr 30, 2015
1 parent ef622f1 commit ecff906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/to_jargon.sh
Expand Up @@ -11,7 +11,7 @@ if [ "x${DICT_SET}" = "x" ]; then
fi

find definitions -type f | while read x; do
echo ":$(basename ${x}):"
echo ":$(basename "${x}"):"
fmt "${x}" | sed 's/^/ /g'
echo ""
done

0 comments on commit ecff906

Please sign in to comment.