~ubuntu-branches/ubuntu/wily/389-ds-base/wily

« back to all changes in this revision

Viewing changes to ldap/admin/src/scripts/dbverify.in

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2015-01-16 15:40:23 UTC
  • Revision ID: package-import@ubuntu.com-20150116154023-8gelb90338zoenea
Tags: 1.3.3.5-3
use-bash-instead-of-sh.diff: Drop admin_scripts.diff and patch the
scripts to use bash instead of trying to fix bashisms. (Closes:
#772195)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
 
1
#!/bin/bash
2
2
 
3
 
. @datadir@/@package_name@/data/DSSharedLib
 
3
source @datadir@/@package_name@/data/DSSharedLib
4
4
 
5
5
libpath_add "@libdir@/@package_name@/"
6
6
libpath_add "@nss_libdir@"