Skip to content

Commit 321b2dd

Browse files
committed
fix
1 parent cf30f84 commit 321b2dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usr/share/usability-misc/build-dist-installer-cli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if ! test -d "$helper_path" ; then
5656
echo "$0: ERROR: directory helper_path '$helper_path' does not exist!" >&2
5757
fi
5858

59-
cp "${template}" "${target}"
59+
cp -- "${template}" "${target}"
6060

6161
awk -v origin="${0##*/}" -v helper="source ${helper_path}" '
6262
$0 ~ helper {
@@ -77,4 +77,4 @@ sed -i \
7777
-e "3i ## DO NOT MODIFY, AUTOGENERATED CODE, MODIFY ../../bin/dist-installer-cli and the functions sourced" \
7878
"${target}"
7979

80-
echo "$0: INFO: SUCCESS"
80+
echo "$0: INFO: BUILD: SUCCESS"

0 commit comments

Comments
 (0)