From 996f87d89807f5b275d8e3a50962bef3b97096e6 Mon Sep 17 00:00:00 2001 From: Jharrod LaFon Date: Wed, 14 Aug 2013 15:52:37 -0600 Subject: [PATCH] Fixed usage comment to fish syntax for sourcing a file --- hacking/env-setup.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/env-setup.fish b/hacking/env-setup.fish index 05a5a8d671..1613baeb14 100644 --- a/hacking/env-setup.fish +++ b/hacking/env-setup.fish @@ -1,5 +1,5 @@ #!/usr/bin/env fish -# usage: source ./hacking/env-setup [-q] +# usage: . ./hacking/env-setup [-q] # modifies environment for running Ansible from checkout set HACKING_DIR (dirname (status -f)) set FULL_PATH (python -c "import os; print(os.path.realpath('$HACKING_DIR'))")