View Single Post
Author Message
oplkill
Member
Join Date: Aug 2015
Old 07-16-2020 , 08:28   Compilling in linux making extra space in output filename
Reply With Quote #1

When i compiling plugin, i getting compilled file, but at the end of file name, it adding extra space.
Original file: "op_classEnforcer.sp" output file - "op_classEnforcer.smx "(extra space at the end).

There is bash script that i using.
Code:
#!/bin/sh
gnome-terminal --window-with-profile=tf2 -e "/home/oplkill/hlserver/hlserver/tf/addons/sourcemod/scripting/spcomp op_classEnforcer.sp -o../plugins/op_classEnforcer.smx"
What i do wrong?

Last edited by oplkill; 07-17-2020 at 09:25.
oplkill is offline