From b2a046f25d0a48d1262778b76958f8c9382752f1 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 14 May 2020 14:37:05 +0000 Subject: [PATCH] Bug 20882: (Rmaint follow-up) fix shebang typo Signed-off-by: Lucas Gass --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index e75bf28d27..f5ea5bc74b 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -1,4 +1,4 @@ -#!/USr/bin/perl +#!/usr/bin/perl # Database Updater # This script checks for required updates to the database. -- 2.39.5