lkml.org 
[lkml]   [2000]   [Mar]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: ver_linux script
On Mon, Mar 13, 2000 at 01:41:48AM +0000, you [Alan Cox] claimed:
> > alias ls='ls -F'
> > . ver_linux
> >
>
> alias make='echo banana'
> make bzImage
>
> That doesnt work either ..
>
> Perhaps we should use /bin/ls ?

echo "echo banana" > `which make`
make bzImage

;)

But is there any reason not to replace

uname -a

with

if [ -f /proc/version ]; then
cat /proc/version
else
uname -a
fi

?

It shouldn't break anything?


-- v --

v@iki.fi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.101 / U:0.432 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site