mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
[svn r7804] If we can't write a file, say what the filename was!
This commit is contained in:
@@ -269,7 +269,7 @@ sub do_this_line {
|
||||
# this is considered harmful now creation of directories is versioned - DL
|
||||
|
||||
# Open the file and start writing to it
|
||||
open FILE, "> $file" or die $!;
|
||||
open FILE, "> $file" or die "$!: $file";
|
||||
print LOGFILE "Created $file\n";
|
||||
print FILE << "END";
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
Reference in New Issue
Block a user