Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/bin/bash
  2. declare output
  3. if [ "$1" = -v ]; then
  4. $output ="1"
  5. else
  6. $output="/dev/null"
  7. fi
  8.  
  9. ./deploy.sh: line 8: =/dev/null: No such filr or directory
  10.  
  11. ./deploy.sh: line 15: $output: ambiguous redirect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement