From 86661875099b1cf7f04aef5a50b0c304e3883255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 1 Apr 2021 22:15:57 +0200 Subject: [PATCH] fix linter warnings --- scripts/remove | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/remove b/scripts/remove index 2d9f36f..0eb5078 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