Commit 02071378 authored by Dave Jones's avatar Dave Jones

[PATCH] unwrapped var usage in unbz64wrap

parent d558c497
...@@ -15,7 +15,7 @@ if mimencode -u < /dev/null > /dev/null 2>&1 ; then ...@@ -15,7 +15,7 @@ if mimencode -u < /dev/null > /dev/null 2>&1 ; then
case $LINE in case $LINE in
begin-base64*) SHOW=YES ;; begin-base64*) SHOW=YES ;;
====) SHOW= ;; ====) SHOW= ;;
*) [ "$SHOW" ] && echo $LINE ;; *) [ "$SHOW" ] && echo "$LINE" ;;
esac esac
done | mimencode -u | bunzip2 done | mimencode -u | bunzip2
exit $? exit $?
......
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