From 866afc3e78e6abdd26ff354f28bdece0863c2306 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 23 Feb 2022 14:26:32 +0000 Subject: made all scripts posix compliant --- repo/meta/util.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/meta/util.xibuild') diff --git a/repo/meta/util.xibuild b/repo/meta/util.xibuild index 2528bf7..2d4095b 100644 --- a/repo/meta/util.xibuild +++ b/repo/meta/util.xibuild @@ -1,5 +1,5 @@ -#!/bin/bash +#!/bin/sh # This file was automatically generated, do not edit! DESC="All the the packages available in util" -DEPS=( acpi bash cpio curl dash diffutils dosfstools dracut e2fsprogs elfutils file fzf gawk genfstab grep groff htop inetutils iproute2 iw keyutils less lm-sensors lynx make-ca man-db neofetch nmap openssh pciutils pm-utils procps-ng rsync sudo unzip usbutils util-linux vim webfs wget which wireless-tools wpa_supplicant) +DEPS=" acpi bash cpio curl dash diffutils dosfstools dracut e2fsprogs elfutils file fzf gawk genfstab grep groff htop inetutils iproute2 iw keyutils less lm-sensors lynx make-ca man-db neofetch nmap openssh pciutils pm-utils procps-ng rsync sudo unzip usbutils util-linux vim webfs wget which wireless-tools wpa_supplicant" -- cgit v1.2.1