source: gli/trunk/client-fli.sh@ 16365

Last change on this file since 16365 was 16365, checked in by ak19, 16 years ago

Introduced -fedora flag into fli.sh since that is now already processed by GLI. This in order to be consistent with this flag being used when client-fli.sh is run.

  • Property svn:executable set to *
File size: 276 bytes
Line 
1#!/bin/sh
2
3PROGNAME="Fedora"
4export PROGNAME
5
6PROGNAME_EN="Fedora Librarian Interface"
7export PROGNAME_EN
8
9PROGABBR="FLI"
10export PROGABBR
11
12# we're running the client version of the program
13PROGMODE="CLIENT"
14export PROGMODE
15
16# run GLI in fedora mode
17./client-gli.sh -fedora $*
Note: See TracBrowser for help on using the repository browser.