forked from mirrors/nixpkgs
gnome-latest.sh: use bash, it doesn't work with sh
This commit is contained in:
parent
84dfce0bc0
commit
84327822e1
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
GNOME_FTP="ftp.gnome.org/pub/GNOME/sources"
|
||||
|
||||
|
|
Loading…
Reference in a new issue