We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf4e4c commit 6f658cfCopy full SHA for 6f658cf
1 file changed
scripts/linuxcnc.in
@@ -296,8 +296,13 @@ EXTRA_ARGS=("$@")
296
RUN_IN_PLACE=@RUN_IN_PLACE@
297
echo "RUN_IN_PLACE=$RUN_IN_PLACE" >> "$PRINT_FILE"
298
299
+if [ RUN_IN_PLACE = "yes" ]; then
300
+ LINUXCNC_RIP_FLAG="True"; export LINUXCNC_RIP_FLAG
301
+fi
302
+
303
LINUXCNCVERSION="@EMC2VERSION@"; export LINUXCNCVERSION
304
305
306
# common from here..
307
INIVAR=inivar
308
HALCMD="halcmd $DASHK"
0 commit comments