Re: bash 4.4 null byte warning!!

2017-08-03 Thread Pierre Gaston
On Thu, Aug 3, 2017 at 1:56 PM, emlyn.j...@wipro.com wrote: > Hi guys! > > My organization is receiving repeated alerts for using my mail id here : > https://mail-archive.com/bug-bash@gnu.org/msg19561.html > > Could you please remove my maid id? > > Thank you! > > Regards, > Emlyn Jose. > > This

RE: bash 4.4 null byte warning!!

2017-08-03 Thread emlyn.j...@wipro.com
, April 11, 2017 4:29 AM To: Emlyn Jose (GIS) ; Greg Wooledge Cc: chet.ra...@case.edu; bug-bash@gnu.org Subject: Re: bash 4.4 null byte warning!! ** This mail has been sent from an external source ** On 4/10/17 1:08 AM, emlyn.j...@wipro.com wrote: >>>If you want to suppress the warnin

Re: bash 4.4 null byte warning!!

2017-04-10 Thread Chet Ramey
On 4/10/17 1:08 AM, emlyn.j...@wipro.com wrote: >>>If you want to suppress the warning, you'll have to edit the source and > rebuild. > Do you have a guide on how to do this? Change the #if 1 on line 5966 of subst.c to #if 0. Then follow the directions in INSTALL, which basically consist of the

Re: bash 4.4 null byte warning!!

2017-04-10 Thread Reuti
> -Original > Message----------- > From: Chet Ramey [mailto:chet.ra...@case.edu] > Sent: Saturday, April 8, 2017 7:48 AM > To: Emlyn Jose

RE: bash 4.4 null byte warning!!

2017-04-09 Thread emlyn.j...@wipro.com
--- -Original Message--- From: Chet Ramey [mailto:chet.ra...@case.edu] Sent: Saturday, April 8, 2017 7:48 AM To: Emlyn Jose (GIS); bug-bash@gnu.org Cc: chet.ra...@case.edu Subject: Re: bash 4.4 null byte warning

Re: bash 4.4 null byte warning!!

2017-04-07 Thread Chet Ramey
On 4/6/17 3:47 AM, emlyn.j...@wipro.com wrote: > Hi, > > > > We are trying to use the bash 4.4 downloaded from > http://ftp.gnu.org/gnu/bash/ on our RHEL 6.2 machine. > > But while using a script that has this command : > > FIND_RPM=`find /opt/RPM/components -type d -name enum-1.1.6-print0` >

Re: bash 4.4 null byte warning!!

2017-04-06 Thread Greg Wooledge
On Thu, Apr 06, 2017 at 07:47:35AM +, emlyn.j...@wipro.com wrote: > FIND_RPM=`find /opt/RPM/components -type d -name enum-1.1.6 -print0` > It throws a warning as below: > > bash: warning: command substitution: ignored null byte in input Your command is broken, and bash is warning you of this.