remove trailing spaces

pull/8/head
philsmd 9 years ago
parent 8970b5ebce
commit 6108b21841

@ -70,7 +70,7 @@ _oclHashcat_get_permutations ()
if [ "${next_num}" -lt ${max_device} -a "${next_num}" -le "${num_devices}" ]; then if [ "${next_num}" -lt ${max_device} -a "${next_num}" -le "${num_devices}" ]; then
out_str=$(echo ${out_str} | sed "s/,${cur_num},/,${next_num},/;s/,${cur_num}\$/,${next_num}/") out_str=$(echo ${out_str} | sed "s/,${cur_num},/,${next_num},/;s/,${cur_num}\$/,${next_num}/")
else else
pos_changed=1 pos_changed=1
@ -154,7 +154,7 @@ _oclHashcat_cpu_devices ()
_oclHashcat_contains () _oclHashcat_contains ()
{ {
local haystack=${1} local haystack=${1}
local needle="${2}" local needle="${2}"
if echo "${haystack}" | grep -q " ${needle} " 2> /dev/null; then if echo "${haystack}" | grep -q " ${needle} " 2> /dev/null; then
return 0 return 0
@ -429,7 +429,7 @@ _oclHashcat ()
# check if first option out of (hash.txt and dictionary|mask|directory) # check if first option out of (hash.txt and dictionary|mask|directory)
# is first option iff: here # is first option iff: here
# is second option iff: COMP_CWORD > 2 and no switch before (-*) if no option afterwards (for mask -a 3, -a 6, -a 7 - but possible for dicts!) # is second option iff: COMP_CWORD > 2 and no switch before (-*) if no option afterwards (for mask -a 3, -a 6, -a 7 - but possible for dicts!)
local h=1 local h=1
local no_opts=0 local no_opts=0
@ -518,7 +518,7 @@ _oclHashcat ()
done done
case "${no_opts}" in case "${no_opts}" in
0) 0)
return 0 return 0

@ -3,7 +3,7 @@
## License.....: MIT ## License.....: MIT
## ##
GCC := /usr/bin/x86_64-linux-gnu-gcc-4.6 GCC := /usr/bin/x86_64-linux-gnu-gcc-4.6
ROOT := ../../ ROOT := ../../
CFLAGS := -O2 -s -ansi -pipe -W -Wall -I$(ROOT)include/ CFLAGS := -O2 -s -ansi -pipe -W -Wall -I$(ROOT)include/
LIBS := LIBS :=

Loading…
Cancel
Save