Author: guillem Date: 2006-05-25 20:22:51 +0000 (Thu, 25 May 2006) New Revision: 347
Modified: trunk/ChangeLog trunk/scripts/install-info.pl Log: * scripts/install-info.pl: Exit if the lock file already exists. This change was lost when doing the i18n of the scripts. Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2006-05-25 20:20:44 UTC (rev 346) +++ trunk/ChangeLog 2006-05-25 20:22:51 UTC (rev 347) @@ -1,3 +1,8 @@ +2006-05-25 Guillem Jover <[EMAIL PROTECTED]> + + * scripts/install-info.pl: Exit if the lock file already exists. + This change was lost when doing the i18n of the scripts. + 2006-05-25 Ben Pfaff <[EMAIL PROTECTED]> * scripts/install-info.pl: Use %! instead if $! to check for EEXIST. Modified: trunk/scripts/install-info.pl =================================================================== --- trunk/scripts/install-info.pl 2006-05-25 20:20:44 UTC (rev 346) +++ trunk/scripts/install-info.pl 2006-05-25 20:22:51 UTC (rev 347) @@ -307,6 +307,7 @@ $name, $! ); printf( STDERR _g("try deleting %s?")."\n", "$dirfile.lock") if $!{EEXIST}; + exit 1; } open(OLD,$dirfile) || &ulquit(sprintf(_g("open %s: %s"), $dirfile, $!)); -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]