[rott-commits] r268 - trunk/misc

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jun 5 04:07:56 EDT 2012


Author: fabian
Date: 2012-06-05 04:07:55 -0400 (Tue, 05 Jun 2012)
New Revision: 268

Modified:
   trunk/misc/runrott.sh
Log:
Run rott instead of ./rott in misc/runrott.sh

Modified: trunk/misc/runrott.sh
===================================================================
--- trunk/misc/runrott.sh	2012-06-05 08:07:21 UTC (rev 267)
+++ trunk/misc/runrott.sh	2012-06-05 08:07:55 UTC (rev 268)
@@ -4,7 +4,7 @@
 # http://www.delphidude.com/personal/utilities/games/
 
 CONFIG=$HOME/.rott/darkwar/rott.rot
-EXE=./rott
+EXE=rott
 
 if [ $# != 1 ]; then
 	echo "usage: "$0" <RTL or RTC filename>"



More information about the rott-commits mailing list