Skip to content

Commit

Permalink
Update dm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Injazz authored Apr 13, 2018
1 parent 97a363a commit 51b2c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ do
if [[ $var == -M* ]]
then
sed -i '1s/^/#define MAP_OVERRIDE\n/' $dmepath.mdme
sed -i 's!// BEGIN_INCLUDE!// BEGIN_INCLUDE\n#include "_maps\\'$arg'.dm"!' $dmepath.mdme
sed -i 's!// BEGIN_INCLUDE!// BEGIN_INCLUDE\n#include "maps\\'$arg'.dm"!' $dmepath.mdme
continue
fi
done
Expand Down

0 comments on commit 51b2c7d

Please sign in to comment.