File: cmd-wrapper

package info (click to toggle)
krb5-wallet 1.7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,192 kB
  • sloc: perl: 13,083; ansic: 6,287; sh: 2,373; sql: 1,884; makefile: 274
file content (9 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
# Wrapper around the standard wallet-backend script that sets the Perl INC
# path and the WALLET_CONFIG environment variable appropriately.

WALLET_CONFIG="$C_TAP_SOURCE/data/wallet.conf"
export WALLET_CONFIG
exec perl -I"$C_TAP_SOURCE/../perl/lib" \
    "$C_TAP_SOURCE/../server/wallet-backend" -q "$@"