Commit 311b45ed authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent fbe7c2f5
Загрузку конфига Загрузку конфига
Проверить всё с кавычками Установку пакета по URL
Неверно передаёт кавычки:
__separate_sudocmd()
А другие?
readlink -f — что делать и нужен ли
Нужен realfullpath
Использование | less теряет код возврата команды. Нужно сделать nobash решение, которое сохранит статус Использование | less теряет код возврата команды. Нужно сделать nobash решение, которое сохранит статус
Команда Команда
......
...@@ -238,7 +238,7 @@ check_command() ...@@ -238,7 +238,7 @@ check_command()
simulate) # HELPCMD: simulate install with check requires simulate) # HELPCMD: simulate install with check requires
epm_cmd=simulate epm_cmd=simulate
;; ;;
checkpkg|integrity) # HELPCMD: check package file integrity (checksum) -V|checkpkg|integrity) # HELPCMD: check package file integrity (checksum)
epm_cmd=checkpkg epm_cmd=checkpkg
;; ;;
......
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
# https://wiki.ubuntu.com/DashAsBinSh # https://wiki.ubuntu.com/DashAsBinSh
checkbashisms -f bin/* checkbashisms -f bin/*
checkbashisms -f Makefile eepm.spec checkbashisms -f Makefile
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