Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJán Sáreník <jajomojo@gmail.com>2021-06-05 19:24:57 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2021-06-05 19:40:58 +0300
commit8c1f8aa016faee3fa151d134c3544b2dd5bab832 (patch)
tree4ea9cb6f3e9080d4cfc2273b8a5f8ce78ca13273 /shell
parent947a22b33262c93e5c50286b723b9086a33a4c1f (diff)
run-parts: permit dot later in file name
See https://gist.github.com/andyshinn/3ae01fa13cb64c9d36e7#gistcomment-2044506 To test: mkdir /tmp/testrp printf "#!/bin/sh\necho test\n" > /tmp/testrp/test.sh chmod a+x /tmp/testrp/* busybox run-parts /tmp/testrp test mv /tmp/testrp/test.sh /tmp/testrp/.test.sh busybox run-parts /tmp/testrp # no output function old new delta act 190 200 +10 Signed-off-by: Ján Sáreník <jajomojo@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
0 files changed, 0 insertions, 0 deletions