Skip to content

Commit

Permalink
(Temporarily?) commented out postinstall file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jun 13, 2013
1 parent 82b16f7 commit 8cb903f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
0.6.2 - 2013-06-11
- Commented out completion postinstall stuff.

0.6.1 - 2013-06-11
- Error message if default meteor isn't installed and we try to use it.

Expand Down
26 changes: 14 additions & 12 deletions completions/postinstall.sh
@@ -1,15 +1,17 @@
#!/usr/bin/env sh

# Only show if they're using bash.
if [[ "$SHELL" == *bash* ]]; then

# Where the bash completion lives.
file="$(pwd)/completions/mrt.bash"
# XXX: this code only *works* in bash.

# Show sourcing instructions.
echo "Install meteorite's bash completions by adding the following to your \
.bashrc or .bash_profile:"
echo "if [ -f $file ]; then"
echo " . $file"
echo "fi\n"
fi
# Only show if they're using bash.
# if [[ "$SHELL" == *bash* ]]; then
#
# # Where the bash completion lives.
# file="$(pwd)/completions/mrt.bash"
#
# # Show sourcing instructions.
# echo "Install meteorite's bash completions by adding the following to your \
# .bashrc or .bash_profile:"
# echo "if [ -f $file ]; then"
# echo " . $file"
# echo "fi\n"
# fi
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "meteorite"
, "version": "0.6.1"
, "version": "0.6.2"
, "homepage": "http://oortcloud.github.com/meteorite"
, "engines": [ "node >=0.8.0" ]
, "description": "Installer & smart package manager for Meteor"
Expand Down

0 comments on commit 8cb903f

Please sign in to comment.