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/devel.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/meta/devel.xibuild') diff --git a/repo/meta/devel.xibuild b/repo/meta/devel.xibuild index 4869902..4581962 100644 --- a/repo/meta/devel.xibuild +++ b/repo/meta/devel.xibuild @@ -1,5 +1,5 @@ -#!/bin/bash +#!/bin/sh # This file was automatically generated, do not edit! DESC="All the the packages available in devel" -DEPS=( asciidoc autoconf2-13 autoconf automake bc bison check cmake dejagnu distcc docbook4-xml docbook-dtd docbook-xml docbook-xsl expect flex gcc gdb git go help2man icecream-sundae icecream llvm m4 make meson mpc ninja patch pkg-config rustc sgml-common texinfo xmlto) +DEPS=" asciidoc autoconf2-13 autoconf automake bc bison check cmake dejagnu distcc docbook4-xml docbook-dtd docbook-xml docbook-xsl expect flex gcc gdb git go help2man icecream-sundae icecream llvm m4 make meson mpc ninja patch pkg-config rustc sgml-common texinfo xmlto" -- cgit v1.2.1