Skip to content

Commit 6f33fb3

Browse files
committed
Remove eval to allow spaces in run_wih_sudo args (#3013)
1 parent 4d7eef6 commit 6f33fb3

File tree

1 file changed

+1
-1
lines changed
  • microk8s-resources/actions/common

1 file changed

+1
-1
lines changed

microk8s-resources/actions/common/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ run_with_sudo() {
7575
then
7676
shift
7777
fi
78-
eval "$@"
78+
"$@"
7979
else
8080
if [ -n "${LD_LIBRARY_PATH-}" ]
8181
then

0 commit comments

Comments
 (0)