Skip to content
Snippets Groups Projects
Commit 69d1920d authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

fix

see 7a72bc37
parent 93edef25
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ case $action in ...@@ -102,7 +102,7 @@ case $action in
echo "Version: $long (git: $git)" echo "Version: $long (git: $git)"
;; ;;
(python_bin) (python_bin)
py=$(echo "$configfile" | grep -v \# | awk '{ if($1=="python_bin") print $2 }') py=$(cat "$configfile" | grep -v \# | awk '{ if($1=="python_bin") print $2 }')
if test -n "$py" ; then if test -n "$py" ; then
retval=0 retval=0
test "$quiet" = no && echo "$py" test "$quiet" = no && echo "$py"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment