bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21672: env is not splitting command and argument as suggested by the


From: Esli
Subject: bug#21672: env is not splitting command and argument as suggested by the synopsis
Date: Mon, 12 Oct 2015 10:48:55 +0200

Hello,

 

  env is not splitting command and argument as suggested by the synopsis:

SYNOPSIS

       env [OPTION]... [-] [NAME=VALUE]... [COMMAND [ARG]...]

 

Example:

#!/usr/bin/env perl -w

produces:

/usr/bin/env: perl -w: No such file or directory

 

Apparently, env is looking for command "perl -w", not for command "perl" and than passing him "-w"

 

Regards

   Petr


reply via email to

[Prev in Thread] Current Thread [Next in Thread]