[gegl/wip/lantw/fix-204-docs-workshop-warnings: 6/6] docs: Don't use .. to find bin
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/wip/lantw/fix-204-docs-workshop-warnings: 6/6] docs: Don't use .. to find bin
- Date: Wed, 11 Sep 2019 10:26:50 +0000 (UTC)
commit 4a84b062136bb1258cd5e9026689b155bc63f40f
Author: Ting-Wei Lan <lantw src gnome org>
Date: Wed Sep 11 12:27:53 2019 +0800
docs: Don't use .. to find bin
Meson runs all commands under the top-level build directory by default,
so .. isn't needed to access files in a different directory.
docs/commandline.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docs/commandline.txt b/docs/commandline.txt
index cf82fef74..e54726647 100644
--- a/docs/commandline.txt
+++ b/docs/commandline.txt
@@ -19,5 +19,5 @@ The following is the usage information of the gegl binary, this documentation
might not be complete.
-------
-sys::[bash -c '../bin/gegl -h 2>&1']
+sys::[bash -c './bin/gegl -h 2>&1']
-------
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]