Changeset 7937 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Apr 11, 2008 5:13:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/installer/x11restore.pl
r7936 r7937 1 1 #!/usr/bin/perl -w 2 # $Revision :$2 # $Revision$ 3 3 # 4 4 # innotek VirtualBox … … 52 52 if ($os_type =~ 'SunOS') 53 53 { 54 rename $cfg, $cfg.".delete_this";54 unlink $cfg 55 55 } 56 56 else
Note:
See TracChangeset
for help on using the changeset viewer.