Loading configure +2 −0 Original line number Diff line number Diff line #!/bin/bash cd $(dirname $0) TEMP=`getopt -o "" --long prefix: -n "$0" -- "$@"` if [ $? != 0 ]; then exit 1; fi Loading Loading
configure +2 −0 Original line number Diff line number Diff line #!/bin/bash cd $(dirname $0) TEMP=`getopt -o "" --long prefix: -n "$0" -- "$@"` if [ $? != 0 ]; then exit 1; fi Loading