tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nix-info: apply SC1117 suggested fix
Anthony Cowley
8 years ago
2e001620
65fb15aa
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
nix
info
info.sh
+1
-1
pkgs/tools/nix/info/info.sh
···
143
printf ", "
144
fi
145
else
146
-
printf " - %s: \`%s\`\n" "$name" "$value"
147
fi
148
149
if [ "$last" -eq 0 ]; then
···
143
printf ", "
144
fi
145
else
146
+
printf " - %s: \`%s\`\\n" "$name" "$value"
147
fi
148
149
if [ "$last" -eq 0 ]; then