Skip to content

Commit b4d7e3c

Browse files
authored
fix double "" (#1073)
1 parent 5951961 commit b4d7e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tabs/system-setup/compile-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ installDepend() {
5757
COMPILEDEPS='-c system.devel'
5858
"$ESCALATION_TOOL" "$PACKAGER" update-repo
5959
"$ESCALATION_TOOL" "$PACKAGER" install -y tar tree unzip cmake make jq
60-
""$ESCALATION_TOOL" "$PACKAGER" "$COMPILEDEPS"
60+
"$ESCALATION_TOOL" "$PACKAGER" "$COMPILEDEPS"
6161
;;
6262
*)
6363
"$ESCALATION_TOOL" "$PACKAGER" install -y "$DEPENDENCIES"

0 commit comments

Comments
 (0)