Add native library name calculation.
[SquirrelJME.git] / utils-dev / __.sh
blob6c88e47f13723d3432b93babe0f6527578b14f71
1 #!/bin/sh
2 # ---------------------------------------------------------------------------
3 # Multi-Phasic Applications: SquirrelJME
4 # Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 # Copyright (C) Multi-Phasic Applications <multiphasicapps.net>
6 # ---------------------------------------------------------------------------
7 # SquirrelJME is under the GNU General Public License v3+, or later.
8 # See license.mkd for licensing and copyright information.
9 # ---------------------------------------------------------------------------
10 # DESCRIPTION: Emits a warning.
12 # Force C locale
13 export LC_ALL=C
15 # Common directories
16 __exedir="$(dirname -- "$0")"
17 __tmpdir="$("$__exedir/tmpdir.sh")"
19 echo "The underscore scripts are potentially dangerous!" 1>&2
20 exit 1