From 023bd8b2de48d076ccf0dd9b80838f0a25ffc54d Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 20 Jun 2019 20:55:07 +0200 Subject: [PATCH] Removed unnecessary escape. --- hashboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashboot b/hashboot index af54640..768d87a 100755 --- a/hashboot +++ b/hashboot @@ -157,7 +157,7 @@ else echo "You need to have flashrom installed!" echo "Currently it is not installed, don't reboot" echo "If you need another programmer than internal" - echo "use the variable PROGRAMMER in $CONFIG_FILE\!" + echo "use the variable PROGRAMMER in ${CONFIG_FILE}!" fi fi