summaryrefslogtreecommitdiff
path: root/src/hackvr
diff options
context:
space:
mode:
Diffstat (limited to 'src/hackvr')
-rwxr-xr-xsrc/hackvr3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hackvr b/src/hackvr
index 919b697..1c9d16c 100755
--- a/src/hackvr
+++ b/src/hackvr
@@ -1,4 +1,7 @@
#!/bin/sh
+if [ "_$HACKVR" != "_" -a "_$HACKVR" != "_$0" ];then
+ exec $HACKVR $*
+fi
if [ $DISPLAY ]; then
exec hackvr_x11 $*
else