aboutsummaryrefslogtreecommitdiffstats
path: root/community/cpio/fix-bash-sequence-expression.patch
blob: a2eab0f2611ef98bdca1b43fadc1a0f13d9af5cb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/tests/symlink-long.at
+++ b/tests/symlink-long.at
@@ -27,7 +27,7 @@
 
 # len(dirname) > READBUFSIZE
 dirname=
-for i in {1..52}; do
+for i in $(seq -s \  52); do
     dirname="xxxxxxxxx/$dirname"
     mkdir "$dirname"
 done