1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

gnome-latest.sh: use bash, it doesn't work with sh

This commit is contained in:
Luca Bruno 2015-06-11 12:27:39 +02:00
parent 84dfce0bc0
commit 84327822e1

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
GNOME_FTP="ftp.gnome.org/pub/GNOME/sources"