Skip to content

Commit 4b20418

Browse files
committed
vendor/update: Use bash instead of sh to fix push/popd on Debian
1 parent 020d9c2 commit 4b20418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/update

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
BASEDIR=$(dirname "$0")
33

44
wget -q -O ${BASEDIR}/wappalyzer_apps.json https://raw.githubusercontent.com/AliasIO/Wappalyzer/master/src/apps.json

0 commit comments

Comments
 (0)