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 4263bc3 commit d1904b9Copy full SHA for d1904b9
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