Code cleanup
This commit is contained in:
parent
8cd51c477a
commit
e1a8c8ff50
@ -31,8 +31,8 @@ SED="sed"
|
||||
#debug
|
||||
_debug()
|
||||
{
|
||||
echo $@ 1>&2
|
||||
$@
|
||||
echo "$@" 1>&2
|
||||
"$@"
|
||||
}
|
||||
|
||||
|
||||
@ -97,6 +97,6 @@ while [ $# -gt 0 ]; do
|
||||
$RM -- "$target" 2> "$DEVNULL"
|
||||
exit 2
|
||||
elif [ -x "$target.in" ]; then
|
||||
$DEBUG $CHMOD +x "$target"
|
||||
$DEBUG $CHMOD 0755 "$target"
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user