Skip to content

Commit

Permalink
linuxcnc.in double quote update_ini arg
Browse files Browse the repository at this point in the history
  • Loading branch information
dngarrett committed Nov 15, 2018
1 parent 7626740 commit d191eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linuxcnc.in
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ if [ "$retval" != "1.1" ]; then
echo "ini file [EMC]VERSION indicates update is needed, but the update GUI can't run without an X display"
exit 1
fi
update_ini -d $INIFILE
update_ini -d "$INIFILE"
exitval=$?
case "$exitval" in
0) ;;
Expand Down

0 comments on commit d191eb5

Please sign in to comment.