Parcourir la source

Fixed binary name in run script

Taddeus Kroes il y a 11 ans
Parent
commit
5f5855748d
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. 1 5
      run

+ 1 - 5
run

@@ -1,9 +1,5 @@
 #!/bin/bash
-if [ $REF ]; then
-    CIVCC=bin32/civcc
-else
-    CIVCC=./civicc
-fi
+CIVCC=./civcc
 CIVAS=bin32/civas
 CIVVM=bin32/civvm