From 51291f14f225c6f9ab5adc16ab2d76d5164268ab Mon Sep 17 00:00:00 2001 From: Denis Fedoseev Date: Wed, 19 Jul 2017 13:19:46 +0900 Subject: [PATCH] shabang was corrected --- fotostore.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fotostore.pl b/fotostore.pl index 7b498c9..c14b51a 100644 --- a/fotostore.pl +++ b/fotostore.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings;