tell them to cd

This commit is contained in:
Marc Delisle
2003-03-09 11:16:54 +00:00
parent 514ee46e6b
commit 2f8ee3f52c

View File

@@ -23,9 +23,9 @@ cat $1 | sed "s/\[ENTER_FILENAME_HERE\]/$functionupper/" | sed "s/\[enter_filena
if [ "$3" ]
then
echo ""
echo "DEBUG/TODO: Call"
echo "../../lang/add_message.sh '\$strTransformation_${functionlower}' '$3'"
echo "later!"
echo "To do later:"
echo "cd ../../lang"
echo "./add_message.sh '\$strTransformation_${functionlower}' '$3'"
echo ""
fi