From 3e855899304e36bfebba5cf018ac681bb37511de Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 18 Aug 2005 07:05:33 +0000 Subject: [PATCH] Fix for bug at16876 (TheRising) --- plugins/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/compile.sh b/plugins/compile.sh index e9f8c4eb..52614ed0 100755 --- a/plugins/compile.sh +++ b/plugins/compile.sh @@ -16,7 +16,7 @@ for sourcefile in *.sma do amxxfile="`echo $sourcefile | sed -e 's/\.sma$/.amxx/'`" echo -n "Compiling $sourcefile ..." - ./amxxsc $sourcefile -ocompiled/$amxxfile >> temp.txt + ./amxxpc $sourcefile -ocompiled/$amxxfile >> temp.txt echo "done" done