From d3447ded0c6eb2ee7283dbeb9f8927234a79d9a6 Mon Sep 17 00:00:00 2001 From: Mike Small Date: Tue, 16 Jun 2020 10:49:09 -0400 Subject: [PATCH] Stop hardcoding perl path. --- frfac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frfac b/frfac index f070826..6c51f09 100755 --- a/frfac +++ b/frfac @@ -1,4 +1,4 @@ -#!/usr/pkg/bin/perl +#!/usr/bin/env perl # Print the URI of the most recent rfi francais facile episode. # Feed this to a downloader. (This script doesn't itself download.)