forked from lix-project/lix
Fix bad characters in "copying 7 missing paths from ..."
This commit is contained in:
parent
8fdd156a65
commit
9ee15abe30
|
@ -1,5 +1,6 @@
|
||||||
#! @perl@ -w @perlFlags@
|
#! @perl@ -w @perlFlags@
|
||||||
|
|
||||||
|
use utf8;
|
||||||
use strict;
|
use strict;
|
||||||
use Nix::SSH;
|
use Nix::SSH;
|
||||||
use Nix::Config;
|
use Nix::Config;
|
||||||
|
|
Loading…
Reference in a new issue