mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Remove unnecessary spaces inbetween or next to tabs
This commit is contained in:
@@ -894,7 +894,7 @@ uninstall:
|
||||
continue; \
|
||||
fi; \
|
||||
if [ -f "${T}${HELPDIR}/$$i" ]; then \
|
||||
${RM} -f "${T}${HELPDIR}/$$i"; \
|
||||
${RM} -f "${T}${HELPDIR}/$$i"; \
|
||||
if [ -f "${T}${HELPDIR}/$$i" ]; then \
|
||||
echo "cannot uninstall ${T}${HELPDIR}/$$i"; \
|
||||
else \
|
||||
|
Reference in New Issue
Block a user