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" ] if [ "$3" ]
then then
echo "" echo ""
echo "DEBUG/TODO: Call" echo "To do later:"
echo "../../lang/add_message.sh '\$strTransformation_${functionlower}' '$3'" echo "cd ../../lang"
echo "later!" echo "./add_message.sh '\$strTransformation_${functionlower}' '$3'"
echo "" echo ""
fi fi