From 8209fcbf1b7f5c2969701263f16ff79518b33d29 Mon Sep 17 00:00:00 2001 From: Jason Streifling Date: Sun, 22 Feb 2026 08:03:53 +0100 Subject: [PATCH] Change shebang to include a dash at the end to indicate there are no more cli arguments --- arch_update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch_update b/arch_update index d356ab2..9bae340 100755 --- a/arch_update +++ b/arch_update @@ -1,4 +1,4 @@ -#!/bin/sh +#! /bin/sh - # Full Arch Linux Update Script BACKUP_LIMIT=3