From 48619833fe492f38029920cedbb6a92681950e53 Mon Sep 17 00:00:00 2001 From: David NB Date: Wed, 25 Nov 2015 12:28:51 +0100 Subject: [PATCH] Updated --- crP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crP b/crP index 4edf61f..693e7ab 100755 --- a/crP +++ b/crP @@ -32,7 +32,7 @@ done exec 3> /dev/null touch ./${file} >&3 chmod a+x ./${file} >&3 -echo '#!/bin/perl -w' >> ${file} +echo '#!/usr/bin/perl -w' >> ${file} echo ' ' >> ${file} echo 'use strict;' >> ${file} echo 'use warnings;' >> ${file}