Skip to content

Commit

Permalink
[fix] bash_completion: Don't set -e and -u on platform_helper since i…
Browse files Browse the repository at this point in the history
…t is sourced by bash_completion.
  • Loading branch information
Anthonin Bonnefoy committed Sep 27, 2011
1 parent 0d7b71a commit cd0c3f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions platform_helper.sh
@@ -1,8 +1,5 @@
#!/usr/bin/env bash

set -e
set -u

# Include in your scripts to detect the host platform and have appropriate
# aliases set for some commands (eg use the GNU versions on a mac)
# Example:
Expand Down

0 comments on commit cd0c3f8

Please sign in to comment.