summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Epler <jepler@unpythonic.net>2012-01-20 17:44:10 -0600
committerJeff Epler <jepler@unpythonic.net>2012-01-21 10:13:36 -0600
commitc70673eda0649c84080ad4499b2bec5157a95776 (patch)
treec056022c7e2994d64e7812abb58fe6d146c5abb9
parentb400f53a86fe71e5b260f611745bbb65800db592 (diff)
downloadlinuxcnc-c70673eda0649c84080ad4499b2bec5157a95776.tar.gz
linuxcnc-c70673eda0649c84080ad4499b2bec5157a95776.zip
refer to LINUXCNC_EMCSH
-rw-r--r--scripts/rip-environment.in2
-rwxr-xr-xtcl/bin/emccalib.tcl2
-rwxr-xr-xtcl/bin/emcdebug.tcl2
-rwxr-xr-xtcl/bin/emctesting.tcl2
-rwxr-xr-xtcl/bin/emctuning.tcl2
-rwxr-xr-xtcl/bin/halconfig.tcl2
-rwxr-xr-xtcl/bin/halshow.tcl2
-rwxr-xr-xtcl/bin/popimage2
-rwxr-xr-xtcl/bin/tkbackplot.tcl2
-rwxr-xr-xtcl/mini.tcl2
-rwxr-xr-xtcl/scripts/Set_Coordinates.tcl2
-rwxr-xr-xtcl/tklinuxcnc.tcl2
12 files changed, 12 insertions, 12 deletions
diff --git a/scripts/rip-environment.in b/scripts/rip-environment.in
index 00e05f00e..6facbaf79 100644
--- a/scripts/rip-environment.in
+++ b/scripts/rip-environment.in
@@ -42,7 +42,7 @@ esac
EMC2_HOME=@EMC2_HOME@; export EMC2_HOME
EMC2VERSION="@EMC2VERSION@"; export EMC2VERSION
-EMC2_EMCSH=@WISH@; export EMC2_EMCSH
+LINUXCNC_EMCSH=@WISH@; export LINUXCNC_EMCSH
PATH=@EMC2_BIN_DIR@:$EMC2_HOME/scripts:$EMC2_HOME/tcl:"$PATH"
if [ -z "$TCLLIBPATH" ]; then
diff --git a/tcl/bin/emccalib.tcl b/tcl/bin/emccalib.tcl
index 42f937edc..e6207fb21 100755
--- a/tcl/bin/emccalib.tcl
+++ b/tcl/bin/emccalib.tcl
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using emcsh \
-exec $EMC2_EMCSH "$0" "$@"
+exec $LINUXCNC_EMCSH "$0" "$@"
###############################################################
# Description: emccalib.tcl
diff --git a/tcl/bin/emcdebug.tcl b/tcl/bin/emcdebug.tcl
index eaf994fda..57f8d4d0f 100755
--- a/tcl/bin/emcdebug.tcl
+++ b/tcl/bin/emcdebug.tcl
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using emcsh \
-exec $EMC2_EMCSH "$0" "$@"
+exec $LINUXCNC_EMCSH "$0" "$@"
###############################################################
# Description: emcdebug.tcl
diff --git a/tcl/bin/emctesting.tcl b/tcl/bin/emctesting.tcl
index 8cef1cc71..830908abd 100755
--- a/tcl/bin/emctesting.tcl
+++ b/tcl/bin/emctesting.tcl
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using emcsh \
-exec $EMC2_EMCSH "$0" "$@"
+exec $LINUXCNC_EMCSH "$0" "$@"
source [file join [file dirname [info script]] .. linuxcnc.tcl]
diff --git a/tcl/bin/emctuning.tcl b/tcl/bin/emctuning.tcl
index 2c807dda0..36bfdefd5 100755
--- a/tcl/bin/emctuning.tcl
+++ b/tcl/bin/emctuning.tcl
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using emcsh \
-exec $EMC2_EMCSH "$0" "$@"
+exec $LINUXCNC_EMCSH "$0" "$@"
# Load the linuxcnc.tcl file, which defines variables for various useful paths
diff --git a/tcl/bin/halconfig.tcl b/tcl/bin/halconfig.tcl
index a984b8abc..2a31e2f05 100755
--- a/tcl/bin/halconfig.tcl
+++ b/tcl/bin/halconfig.tcl
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using emcsh \
-exec $EMC2_EMCSH "$0" "$@"
+exec $LINUXCNC_EMCSH "$0" "$@"
###############################################################
# Description: halconfig.tcl
diff --git a/tcl/bin/halshow.tcl b/tcl/bin/halshow.tcl
index 824dca59c..20611bd94 100755
--- a/tcl/bin/halshow.tcl
+++ b/tcl/bin/halshow.tcl
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using emcsh \
-exec $EMC2_EMCSH "$0" "$@"
+exec $LINUXCNC_EMCSH "$0" "$@"
###############################################################
# Description: halshow.tcl
diff --git a/tcl/bin/popimage b/tcl/bin/popimage
index 8470709d5..58acd2358 100755
--- a/tcl/bin/popimage
+++ b/tcl/bin/popimage
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using wish \
-exec ${EMC2_EMCSH-wish} "$0" "$@"
+exec ${LINUXCNC_EMCSH-wish} "$0" "$@"
###############################################################
# Description: popimage
diff --git a/tcl/bin/tkbackplot.tcl b/tcl/bin/tkbackplot.tcl
index e881a4da7..891c994a9 100755
--- a/tcl/bin/tkbackplot.tcl
+++ b/tcl/bin/tkbackplot.tcl
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using emcsh \
-exec $EMC2_EMCSH "$0" "$@"
+exec $LINUXCNC_EMCSH "$0" "$@"
###############################################################
# Description: genedit.tcl
diff --git a/tcl/mini.tcl b/tcl/mini.tcl
index c82d9515a..ea615cf75 100755
--- a/tcl/mini.tcl
+++ b/tcl/mini.tcl
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using emcsh \
-exec ${EMC2_EMCSH-emcsh} "$0" "$@"
+exec ${LINUXCNC_EMCSH-emcsh} "$0" "$@"
###############################################################
# Description: mini.tcl
diff --git a/tcl/scripts/Set_Coordinates.tcl b/tcl/scripts/Set_Coordinates.tcl
index 48e195b57..ebca2f6a9 100755
--- a/tcl/scripts/Set_Coordinates.tcl
+++ b/tcl/scripts/Set_Coordinates.tcl
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using emcsh \
-exec $EMC2_EMCSH "$0" "$@"
+exec $LINUXCNC_EMCSH "$0" "$@"
####################################################################
# Description: Set_Coordinates.tcl
diff --git a/tcl/tklinuxcnc.tcl b/tcl/tklinuxcnc.tcl
index e362571eb..e926e3888 100755
--- a/tcl/tklinuxcnc.tcl
+++ b/tcl/tklinuxcnc.tcl
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using emcsh \
-exec ${EMC2_EMCSH-emcsh} "$0" "$@"
+exec ${LINUXCNC_EMCSH-emcsh} "$0" "$@"
###############################################################
# Description: tkemc