Skip to content

Commit

Permalink
fix env bash
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiion committed Nov 25, 2024
1 parent 4c33e7f commit 42a740b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-deb.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

if [ ! -d "dist" ] || [ -z "$(ls -A dist/*.deb 2>/dev/null)" ]; then
Expand Down

0 comments on commit 42a740b

Please sign in to comment.