diff --git a/dev/skeletons/build_class_from_table.php b/dev/skeletons/build_class_from_table.php index 60a539a6c74..bfd8737a9b1 100644 --- a/dev/skeletons/build_class_from_table.php +++ b/dev/skeletons/build_class_from_table.php @@ -357,6 +357,7 @@ if ($fp) fclose($fp); print "\n"; print "File '".$outfile."' has been built in current directory.\n"; + print "Current dir is ".getcwd()."\n"; } else $error++;