File: update-config.sh

package info (click to toggle)
gap 4.15.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 110,212 kB
  • sloc: ansic: 97,261; xml: 48,343; cpp: 13,946; sh: 4,900; perl: 1,650; javascript: 255; makefile: 252; ruby: 9
file content (6 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
# Fetch latest versions of config.guess and config.sub
set -ex
curl -L -o config.guess "https://git.savannah.gnu.org/cgit/config.git/plain/config.guess"
curl -L -o config.sub "https://git.savannah.gnu.org/cgit/config.git/plain/config.sub"
chmod 0755 config.guess config.sub