summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index fe7a709..c8f5d11 100755
--- a/run.py
+++ b/run.py
@@ -118,7 +118,7 @@ def main():
usage()
if len(args) < 1:
- usage()
+ args.append("shaders")
try:
os.stat("bin/glslparsertest")