From 94b836f96e7cc78d10bb422e7d905cd99220df79 Mon Sep 17 00:00:00 2001 From: Jason Streifling Date: Sat, 24 Jan 2026 09:45:39 +0100 Subject: [PATCH] Remove probably unnecessary "set -e" --- arch_update | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch_update b/arch_update index c161bea..59f0dc6 100755 --- a/arch_update +++ b/arch_update @@ -1,8 +1,6 @@ #!/bin/sh # Full Arch Linux Update Script -set -e - BACKUP_LIMIT=3 # Check dependencies