Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMichael Vorburger <mike@vorburger.ch>2021-01-30 15:15:40 +0100
committerDavid Runge <dvzrv@archlinux.org>2021-01-31 01:02:53 +0000
commitdd51457d09662df72adbf3fc53d2d034b8a7dad5 (patch)
tree69e41a50958621e3207c57069db13aab61b9c2e3 /scripts
parent23c5d52bd873f97bbce73269c8b7c1da936d6b4c (diff)
rm un-used set_image() dupe of check_image() in run_archiso.sh
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run_archiso.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/run_archiso.sh b/scripts/run_archiso.sh
index 74f3096..36569b5 100755
--- a/scripts/run_archiso.sh
+++ b/scripts/run_archiso.sh
@@ -115,18 +115,6 @@ run_image() {
-no-reboot
}
-set_image() {
- if [[ -z "$image" ]]; then
- printf 'ERROR: %s\n' "Image name can not be empty."
- exit 1
- fi
- if [[ ! -f "$image" ]]; then
- printf 'ERROR: %s\n' "Image (${image}) does not exist."
- exit 1
- fi
- image="$1"
-}
-
image=''
oddimage=''
accessibility=''