summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-04-22 10:02:02 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-04-29 14:38:08 +0200
commit8f71a97c4a6759ada040eea2c5cc83acb46a18c2 (patch)
tree08d8adee6e38eead4875548fc02f76e72664825a /t
parentd905a3ab52c9c046d58f4baa3f31092cc21ae5d4 (diff)
downloadurpmi-8f71a97c4a6759ada040eea2c5cc83acb46a18c2.tar
urpmi-8f71a97c4a6759ada040eea2c5cc83acb46a18c2.tar.gz
urpmi-8f71a97c4a6759ada040eea2c5cc83acb46a18c2.tar.bz2
urpmi-8f71a97c4a6759ada040eea2c5cc83acb46a18c2.tar.xz
urpmi-8f71a97c4a6759ada040eea2c5cc83acb46a18c2.zip
explain why we need our own "static shell"
historically we were used static dash but that was too Mageia centered
Diffstat (limited to 't')
-rw-r--r--t/data/SPECS/ordering-scriptlets/a_1.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/data/SPECS/ordering-scriptlets/a_1.spec b/t/data/SPECS/ordering-scriptlets/a_1.spec
index 216f6360..4edb53df 100644
--- a/t/data/SPECS/ordering-scriptlets/a_1.spec
+++ b/t/data/SPECS/ordering-scriptlets/a_1.spec
@@ -11,6 +11,8 @@ BuildRequires: gcc
%prep
%setup -c -T
+# This is a simple static "shell" for scriptlets.
+# Thus it must be w/o deps (static):
cat <<EOF > a.c
#include <stdio.h>
int main(int argc, char **argv) {