Mercurial > gftp.yaz
view src/gftp.in @ 274:4610d25d4abb
2003-9-21 Brian Masney <masneyb@gftp.org>
* lib/local.c src/gtk/transfer.c src/text/gftp-text.c - if there is a
dangling symlink in the current directory, don't bail out. This was
causing directory listings to appear truncated.
* configure.in - increment version to 2.0.16pre0
author | masneyb |
---|---|
date | Sun, 21 Sep 2003 16:50:49 +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