diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpdb2updmap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpdb2updmap b/Master/tlpkg/bin/tlpdb2updmap index c7e1093774a..2bb3a76ada3 100755 --- a/Master/tlpkg/bin/tlpdb2updmap +++ b/Master/tlpkg/bin/tlpdb2updmap @@ -109,7 +109,7 @@ sub update_updmap_cfg unlink ($new_updmap_cfg) || die "unlink($new_updmap_cfg) failed: $!"; } - return $?; + return $ret; } __END__ |