guetzli-recursively-gui/.eggs/py2app-0.12-py3.6.egg/py2app/bundletemplate/lib/__error__.sh
2017-04-20 00:57:59 +02:00

13 lines
333 B
Bash
Executable File

#!/bin/sh
#
# This is the default bundletemplate error script
# Note that this DOES NOT present a GUI dialog, because
# it has no output on stdout, and has a return value of 0.
#
if ( test -n "$2" ) ; then
echo "[$1] Unexpected Exception:" 1>&2
echo "$2: $3" 1>&2
else
echo "[$1] Could not find a suitable Python runtime" 1>&2
fi