diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-13 22:03:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-13 22:03:33 +0000 |
commit | 23c152b7d199b290607b3d3e3a14d76dbaa60e90 (patch) | |
tree | 495014e3fa3d0e8266f5d243381bbcbb94ae35be /perl-install/devices.pm | |
parent | b121ba06131e915ff2dd837c8d7d0bd13fb3ac40 (diff) | |
download | drakx-23c152b7d199b290607b3d3e3a14d76dbaa60e90.tar drakx-23c152b7d199b290607b3d3e3a14d76dbaa60e90.tar.gz drakx-23c152b7d199b290607b3d3e3a14d76dbaa60e90.tar.bz2 drakx-23c152b7d199b290607b3d3e3a14d76dbaa60e90.tar.xz drakx-23c152b7d199b290607b3d3e3a14d76dbaa60e90.zip |
no_comment
Diffstat (limited to 'perl-install/devices.pm')
-rw-r--r-- | perl-install/devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/devices.pm b/perl-install/devices.pm index f29ac194b..877e22680 100644 --- a/perl-install/devices.pm +++ b/perl-install/devices.pm @@ -103,7 +103,7 @@ sub make($) { #- make a directory for this inode if needed. mkdir dirname($file), 0755; - syscall_('mknod', $file, $type | 0600, makedev($major, $minor)) or die "mknod failed (dev:$_): $!"; + syscall_('mknod', $file, $type | 0600, makedev($major, $minor)) or die "mknod failed (dev $_): $!"; $file; } |