Remove debug line

This commit is contained in:
Eelco Dolstra 2014-04-18 02:31:10 +02:00
parent 12f06ae499
commit 64b968f81f
1 changed files with 0 additions and 1 deletions

View File

@ -402,7 +402,6 @@ let
# Symlink all units provided listed in systemd.packages. # Symlink all units provided listed in systemd.packages.
for i in ${toString cfg.packages}; do for i in ${toString cfg.packages}; do
files=$(echo $i/etc/systemd/${type}/* $i/lib/systemd/${type}/*) files=$(echo $i/etc/systemd/${type}/* $i/lib/systemd/${type}/*)
echo $i: $files
if [ -n "$files" ]; then if [ -n "$files" ]; then
ln -s $files $out/ ln -s $files $out/
fi fi