Use sh instead of bash
This commit is contained in:
parent
af9cbd727f
commit
bb3368959f
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# Remove icons created in .tmp
|
||||
rm -rf .tmp
|
||||
|
|
Reference in a new issue