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 d35c401 commit f6bf692Copy full SHA for f6bf692
modules/template.am
@@ -95,7 +95,6 @@ _template_use_wget_to_download_a_linear_url_or_a_command() {
95
echo " wget \"$DOWNLOADURL\" || exit 1" >> ./am-scripts/"$ARCH"/"$arg"
96
sed -n '42,150p' ./am-scripts/"$ARCH"/"$arg".old >> ./am-scripts/"$ARCH"/"$arg"
97
fi
98
- sed -n '42,150p' ./am-scripts/"$ARCH"/"$arg".old >> ./am-scripts/"$ARCH"/"$arg"
99
rm -f ./am-scripts/"$ARCH"/"$arg".old
100
echo "$DIVIDING_LINE"
101
;;
0 commit comments