Commit d39767d2 authored by Damian Montero's avatar Damian Montero Committed by GitHub

Just removing the comment I had before

parent 745d0295
......@@ -16,7 +16,7 @@ CREW_BREW_DIR = CREW_PREFIX + '/tmp/crew/'
CREW_DEST_DIR = CREW_BREW_DIR + '/dest'
ARCH = `uname -m`.strip
#SHORTARCH = `getconf LONG_BIT`.strip # commenting for now since it doesn't work.
#SHORTARCH = `getconf LONG_BIT`.strip # will refactor this line in the future
case ARCH
when "i686"
SHORTARCH="32"
......
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