view src/gftp.in @ 176:4e4de2e87241

2003-06-10 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
author menthos
date Mon, 09 Jun 2003 23:16:53 +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