Skip to content

Commit

Permalink
Remove unused debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed May 19, 2015
1 parent 342f80e commit dce9e69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared/package
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ if [[ "$GEM_NATIVE_EXTENSIONS_DIR" != "" ]]; then
echo "There are no gems with native extensions."
else
run mkdir -p "$GEM_NATIVE_EXTENSIONS_DIR"
NATIVE_GEMS=(curses-1.0.1)
for GEM_NAME in "${NATIVE_GEMS[@]}"; do
GEM_NAME_WITHOUT_VERSION=`echo "$GEM_NAME" | sed -E 's/(.*)-.*/\1/'`
run tar -cf "$GEM_NATIVE_EXTENSIONS_DIR/$GEM_NAME.tar" \
Expand Down

0 comments on commit dce9e69

Please sign in to comment.