From 29eeaa489c5836fbbb37a83abe50f752c62b6b7c Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Tue, 26 Apr 2022 21:35:36 +0200 Subject: use kebab-case for all cmd line args --- test/end-to-end/generated-binary/shell-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/end-to-end/generated-binary/shell-script.sh') diff --git a/test/end-to-end/generated-binary/shell-script.sh b/test/end-to-end/generated-binary/shell-script.sh index 62dd11fd..33545588 100755 --- a/test/end-to-end/generated-binary/shell-script.sh +++ b/test/end-to-end/generated-binary/shell-script.sh @@ -44,6 +44,6 @@ cat > TARGETS <<'EOI' EOI -bin/tool-under-test install -o out --local_build_root .tool-root 2>&1 +bin/tool-under-test install -o out --local-build-root .tool-root 2>&1 grep Hello out/out.txt grep Good out/out.txt -- cgit v1.2.3