- TD-57 taskdctl script assumes /bin/sh is /bin/bash (thanks to Tatjana Heuser).
This commit is contained in:
Paul Beckingham 2014-05-23 16:34:08 -04:00
parent 30dc62703d
commit 704e85fcbc
3 changed files with 3 additions and 2 deletions

View file

@ -7,6 +7,7 @@
Heuser).
- TD-56 File.cpp needs to include <string.h> on Solaris (thanks to Tatjana
Heuѕer).
- TD-57 taskdctl script assumes /bin/sh is /bin/bash (thanks to Tatjana Heuser).
- #1255 l10n translation utility improvements (thanks to Renato Alves).
- #1473 Make TASK_RCDIR customizable (thanks to Elias Probst).
- #1486 Truncated sentence in task-sync(5) manpage (thanks to Jakub Wilk).

View file

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
echo 'Performance: setup'
echo ' - This step will take several minutes'

View file

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
rc=0
if [ x"$1" = x"--verbose" ];