Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7fc565d736 | ||
|
|
531742438e |
@@ -40,7 +40,7 @@ our @EXPORT = qw(
|
|||||||
$sl
|
$sl
|
||||||
);
|
);
|
||||||
|
|
||||||
our $VERSION = '0.18';
|
our $VERSION = '0.17';
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -633,7 +633,7 @@ elsif ( $command eq 'install' ) {
|
|||||||
$string = "coreutils $string";
|
$string = "coreutils $string";
|
||||||
}
|
}
|
||||||
if ( ! installed( 'sl-base' ) ) {
|
if ( ! installed( 'sl-base' ) ) {
|
||||||
$string =~ 's/(^|\s+)sl-base(\s+|$)//g';
|
$string =~ s/(^|\s*)sl-base(\s*|$)//g;
|
||||||
$string = "sl-base $string";
|
$string = "sl-base $string";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user