summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bb7b104)
raw | patch | inline | side by side (parent: bb7b104)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 1 Oct 2008 20:25:05 +0000 (20:25 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 1 Oct 2008 20:25:05 +0000 (20:25 +0000) |
diff --git a/tutorial/lisa2008/rrd-by-example/ex/catch-fetch.sh b/tutorial/lisa2008/rrd-by-example/ex/catch-fetch.sh
index d0b4109d0cdda4cda9f23c7ab474ceac19f627c0..5af50f1f3ec0e9256de2106b47513dead9b0d366 100755 (executable)
#!/bin/sh
-export PATH=/scratch/rrd4/bin:$PATH
+PATH=/scratch/rrd4/bin:$PATH
R=rrdtool
$R create x.rrd \
--step=300 \
diff --git a/tutorial/lisa2008/rrd-by-example/ex/create-first.sh b/tutorial/lisa2008/rrd-by-example/ex/create-first.sh
index 06adfdb353767a8287580093527b66786aad99da..b7713d7f12e7e17964e0af99656bdd6e7e7c4d5c 100755 (executable)
#!/bin/sh
-export PATH=/scratch/rrd4/bin:$PATH
+PATH=/scratch/rrd4/bin:$PATH
R=rrdtool
$R create first.rrd \
--step=300 \
diff --git a/tutorial/lisa2008/rrd-by-example/ex/update-real.sh b/tutorial/lisa2008/rrd-by-example/ex/update-real.sh
index 26054e123580a66107da871a2e50a4a0dd9aa1a8..42053b7194c265109b46f160eba249a77b97a6da 100755 (executable)
#!/bin/sh
-export PATH=/scratch/rrd4/bin:$PATH
+PATH=/scratch/rrd4/bin:$PATH
R=rrdtool
$R create real.rrd \
--step=300 \