about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx')
-rwxr-xr-xsubx/subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/subx b/subx/subx
index d059c83a..5d7a237c 100755
--- a/subx/subx
+++ b/subx/subx
@@ -1,4 +1,4 @@
 #!/bin/sh
 # Run SubX VM, first compiling if necessary.
 
-./build && ./subx_bin "$@"
+./build  &&  ./subx_bin "$@"