Mercurial > gftp.yaz
view src/gftp.in @ 81:b124f715e74b
2002-12-11 Brian Masney <masneyb@gftp.org>
* configure.in - fix for enable/disable gtkport, textport and gtk20
author | masneyb |
---|---|
date | Thu, 12 Dec 2002 01:48:44 +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