mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-22 12:13:01 +01:00
Prefer portable shebang
This commit is contained in:
parent
dc60e15734
commit
a1a82c0787
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# http://stackoverflow.com/questions/5917249/git-symlinks-in-windows
|
||||
|
||||
#! /bin/bash
|
||||
|
||||
git config --global alias.rm-symlink '!__git_rm_symlink(){
|
||||
git checkout -- "$1"
|
||||
link=$(echo "$1")
|
||||
@ -29,4 +28,4 @@ git config --global alias.rm-symlinks '!__git_rm_symlinks(){
|
||||
done
|
||||
}; __git_rm_symlinks'
|
||||
|
||||
git rm-symlinks
|
||||
git rm-symlinks
|
||||
|
Loading…
x
Reference in New Issue
Block a user