We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22b250 commit 5ba2ffbCopy full SHA for 5ba2ffb
1 file changed
Modules/makesetup
@@ -90,6 +90,7 @@ NL='\
90
# Main loop
91
for i in ${*-Setup}
92
do
93
+ echo '' # Add a linebreak so we don't choke on files missing EOL.
94
case $i in
95
-n) echo '*noobjects*';;
96
*) echo '*doconfig*'; cat "$i";;
0 commit comments