view src/gftp.in @ 62:1af41fb08509

2002-11-21 Brian Masney <masneyb@gftp.org> * lib/local.c (local_put_file) - small fix
author masneyb
date Fri, 22 Nov 2002 16:04:27 +0000
parents 8b1883341c6f
children 0fcc6468a0af
line wrap: on
line source

#!/bin/sh

if [ "$DISPLAY " != " " ] && [ -f @prefix@/bin/gftp-gtk ]; then
	exec @prefix@/bin/gftp-gtk ${1+"$@"}
elif [ -f @prefix@/bin/gftp-text ]; then
	exec @prefix@/bin/gftp-text ${1+"$@"}
else
	echo "Error: Can't find gFTP binaries installed in @prefix@/bin"
fi