From 53fd2685acab573d7214341f7e678ce31956405f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 1 Apr 2021 22:17:11 +0200 Subject: [PATCH] Fix linter warnings --- scripts/remove | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index 3655351..dcf1a32 100755 --- a/scripts/remove +++ b/scripts/remove @@ -4,9 +4,6 @@ # GENERIC START #================================================= -# Stop script if errors -set -u - # Import common cmd source ./experimental_helper.sh source ./_common.sh