problem with wrapper script since updating
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pdsh (Debian) |
Fix Released
|
Unknown
|
|||
pdsh (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: pdsh
I have been using pdsh for several ubuntu releases, and had set in my environment PDSH_RCMD_TYPE=ssh
which worked fine.
post upgrade to 9.10 I get:
aelwell@
exec: 6: -a: not found
and unsetting PDSH_RCMD_TYPE I get a different error:
exec: 14: -a: not found
problem is caused by the wrapper script /usr/bin/pdsh using
#! /bin/sh (which is dash)
rather than
#! /bin/bash
editing the shebang line worked.
ProblemType: Bug
Architecture: i386
Date: Fri Nov 6 12:28:16 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelMo
Package: pdsh 2.18-1
ProcEnviron:
LANG=en_GB.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: pdsh
Uname: Linux 2.6.31-14-generic i686
Changed in pdsh (Ubuntu): | |
status: | New → Confirmed |
Changed in pdsh (Debian): | |
status: | Unknown → Fix Released |
--- pdsh.orig 2009-11-06 13:20:37.807901550 +0100
+++ pdsh 2009-11-06 12:32:45.703919331 +0100
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
# If PDSH_RCMD_TYPE is set don't check default
if test $PDSH_RCMD_TYPE; then