Skip to content

Commit

Permalink
Fix auto-update remove 755 on twgit. closes #33
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffroy-aubry committed Mar 5, 2012
1 parent 966fc4a commit 424fbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install:
fi

@echo "Install '${BIN_DIR}/twgit'"
@ln -sf ${ROOT_DIR}/twgit ${BIN_DIR}/twgit
@echo '#!/bin/bash\n/bin/bash "'${ROOT_DIR}'/twgit" $$@' > ${BIN_DIR}/twgit
@chmod 0755 ${BIN_DIR}/twgit

@echo "Install Bash completion: '${BASH_COMPLETION_DIR}/twgit'"
Expand Down

0 comments on commit 424fbd5

Please sign in to comment.