Browse Source

Change msys2 patch script shebang to /usr/bin/bash

master
Krisjanis Rijnieks 5 years ago
parent
commit
9f14854722
  1. 2
      patches/msys2/patch.sh

2
patches/msys2/patch.sh

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/bash
echo "This script should be run from the patches/msys2 directory"

Loading…
Cancel
Save