Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/root Can't use Bourne shell syntax here... (Even in comm...
details: https://anonhg.NetBSD.org/src/rev/980407cdace0
branches: trunk
changeset: 777984:980407cdace0
user: he <he%NetBSD.org@localhost>
date: Sun Mar 11 17:23:55 2012 +0000
description:
Can't use Bourne shell syntax here... (Even in comments, for PKG_PATH.)
diffstat:
etc/root/dot.cshrc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 73af981c7943 -r 980407cdace0 etc/root/dot.cshrc
--- a/etc/root/dot.cshrc Sun Mar 11 17:14:30 2012 +0000
+++ b/etc/root/dot.cshrc Sun Mar 11 17:23:55 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.cshrc,v 1.22 2011/06/21 05:31:29 erh Exp $
+# $NetBSD: dot.cshrc,v 1.23 2012/03/11 17:23:55 he Exp $
alias h history
alias j jobs -l
@@ -22,8 +22,8 @@
# Uncomment the following line(s) to install binary packages
# from ftp.NetBSD.org via pkg_add. (See also pkg_install.conf)
-#setenv PKG_PATH "ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/5.1/All"
-#setenv PKG_PATH "${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/5.0/All"
+#setenv PKG_PATH "ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/`uname -m`/5.1/All"
+#setenv PKG_PATH "${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/`uname -m`/5.0/All"
set history=1000
set path=(/sbin /usr/sbin /bin /usr/bin /usr/pkg/sbin /usr/pkg/bin /usr/X11R7/bin /usr/X11R6/bin /usr/local/sbin /usr/local/bin)
Home |
Main Index |
Thread Index |
Old Index