mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-27 06:08:03 +03:00
Fix for bug at16876 (TheRising)
This commit is contained in:
parent
b5a57da29c
commit
3e85589930
@ -16,7 +16,7 @@ for sourcefile in *.sma
|
|||||||
do
|
do
|
||||||
amxxfile="`echo $sourcefile | sed -e 's/\.sma$/.amxx/'`"
|
amxxfile="`echo $sourcefile | sed -e 's/\.sma$/.amxx/'`"
|
||||||
echo -n "Compiling $sourcefile ..."
|
echo -n "Compiling $sourcefile ..."
|
||||||
./amxxsc $sourcefile -ocompiled/$amxxfile >> temp.txt
|
./amxxpc $sourcefile -ocompiled/$amxxfile >> temp.txt
|
||||||
echo "done"
|
echo "done"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user