Commit 996f87d8 by Jharrod LaFon

Fixed usage comment to fish syntax for sourcing a file

parent d0fe447f
#!/usr/bin/env fish #!/usr/bin/env fish
# usage: source ./hacking/env-setup [-q] # usage: . ./hacking/env-setup [-q]
# modifies environment for running Ansible from checkout # modifies environment for running Ansible from checkout
set HACKING_DIR (dirname (status -f)) set HACKING_DIR (dirname (status -f))
set FULL_PATH (python -c "import os; print(os.path.realpath('$HACKING_DIR'))") set FULL_PATH (python -c "import os; print(os.path.realpath('$HACKING_DIR'))")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment