mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Update checkdeps
Comment on Discussion When sdata/dist-arch/ Changes / comment_on_discussion (push) Waiting to run
Comment on Discussion When sdata/dist-arch/ Changes / comment_on_discussion (push) Waiting to run
This commit is contained in:
@@ -28,8 +28,16 @@ while true ; do
|
||||
esac
|
||||
done
|
||||
|
||||
if [[ -f "$1" ]]; then
|
||||
echo "Using list file \"$1\".";LIST_FILE_PATH="$1";shift 2
|
||||
else
|
||||
echo "Wrong path of list file.";exit 1
|
||||
fi
|
||||
eval set -- "$para"
|
||||
while true ; do
|
||||
case "$1" in
|
||||
--) break ;;
|
||||
*)
|
||||
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