forked from Shinonome/dots-hyprland
Update checkdeps
This commit is contained in:
@@ -28,8 +28,16 @@ while true ; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
if [[ -f "$1" ]]; then
|
eval set -- "$para"
|
||||||
echo "Using list file \"$1\".";LIST_FILE_PATH="$1";shift 2
|
while true ; do
|
||||||
else
|
case "$1" in
|
||||||
echo "Wrong path of list file.";exit 1
|
--) break ;;
|
||||||
fi
|
*)
|
||||||
|
if [[ -f "$1" ]]; then
|
||||||
|
echo "Using list file \"$1\".";LIST_FILE_PATH="$1";shift 1
|
||||||
|
else
|
||||||
|
echo "Wrong path of list file.";exit 1
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user