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 622fc4a commit 58d6457Copy full SHA for 58d6457
install_prerequisites/build
@@ -257,6 +257,14 @@ set_url()
257
258
}
259
260
+# Download a file from an anonymous ftp site
261
+#
262
+# Usage:
263
+# ftp-url <ftp-mode> <ftp-site-address>:/<path-to-file>/<file-name>
264
265
+# Example:
266
+# ftp-url -n ftp.gnu.org:/gnu/m4/m4-1.4.17.tar.bz2
267
+
268
ftp-url()
269
{
270
ftp_mode=$1
@@ -285,7 +293,7 @@ get "$FILE_NAME"
285
293
bye
286
294
Done-ftp
287
295
288
- echo "$this_script: finished anonymous ftp"
296
+echo "$this_script: finished anonymous ftp"
289
297
290
298
291
299
# Download pkg-config if the tar ball is not already in the present working directory
0 commit comments