chmod +x build

This commit is contained in:
LawrenceTang 2017-05-16 17:40:17 +08:00
parent 3e699b0814
commit 3b016bd79b
1 changed files with 1 additions and 1 deletions

2
build Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# check if sudo is required and save the result as ${PFX}:
[[ ${EUID} -ne 0 ]] && PFX='sudo ' || PFX=''