Skip to content

Commit

Permalink
linuxcncmkdesktop: use right command to invoke linuxcnc
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Jan 18, 2012
1 parent d954005 commit 1ec424a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes
6 changes: 3 additions & 3 deletions scripts/linuxcncmkdesktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

EMC_BIN_DIR=@EMC2_BIN_DIR@
EMC_SCRIPT_DIR=@EMC2_HOME@/scripts
if [ -x $EMC_BIN_DIR/emc ]; then
EMC=$EMC_BIN_DIR/emc
if [ -x $EMC_BIN_DIR/linuxcnc ]; then
EMC=$EMC_BIN_DIR/linuxcnc
else
EMC=$EMC_SCRIPT_DIR/emc
EMC=$EMC_SCRIPT_DIR/linuxcnc
fi

cat <<EOF
Expand Down

0 comments on commit 1ec424a

Please sign in to comment.