Side by Side Diff: third_party/polymer/v1_0/generate_gyp.sh
Issue 1702553002:
Generate compiled_resources2.gyp for Polymer based on <link rel=import>s (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asdf
Created 4 years, 10 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
On 2016/02/16 21:05:50, Dan Beam wrote:
> On 2016/02/16 19:22:21, michaelpg wrote:
> > as a bash noob: why /bin/ls instead of \ls
>
> /bin/ls because many people alias the `ls` command
ya but that's why you use \ls
$ alias ls='sudo rm -rf /'
$ \ls
bin boot dev etc
(also you're invoking this as a script so aliases won't work anyway)
On 2016/02/17 06:26:48, michaelpg wrote:
> On 2016/02/16 21:05:50, Dan Beam wrote:
> > On 2016/02/16 19:22:21, michaelpg wrote:
> > > as a bash noob: why /bin/ls instead of \ls
> >
> > /bin/ls because many people alias the `ls` command
>
> ya but that's why you use \ls
>
> $ alias ls='sudo rm -rf /'
> $ \ls
> bin boot dev etc
>
> (also you're invoking this as a script so aliases won't work anyway)
Issue 1702553002: Generate compiled_resources2.gyp for Polymer based on <link rel=import>s
(Closed)
Created 4 years, 10 months ago by Dan Beam
Modified 4 years, 10 months ago
Reviewers: dpapad, michaelpg
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 8