Skip to content

Commit

Permalink
restore the "-e" option at shebang
Browse files Browse the repository at this point in the history
Signed-off-by: Daniell Mesquita <daniellmesquita@protonmail.com>
  • Loading branch information
danimesq committed Oct 18, 2021
1 parent 84f92cb commit 78265b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .gitmeta
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
chown -h 197609:197609 './.gitmeta'
chmod 0644 './.gitmeta'
/usr/bin/touch -hcmd "2021-10-17 20:51:20.0000000000 -0300" './.gitmeta'
/usr/bin/touch -hcad "2021-10-17 00:00:00.0000000000 -0300" './.gitmeta'
/usr/bin/touch -hcmd "2021-10-18 11:40:08.4987968000 -0300" './.gitmeta'
/usr/bin/touch -hcad "2021-10-18 11:40:08.4987968000 -0300" './.gitmeta'
chown -h 197609:197609 './README.md'
chmod 0644 './README.md'
/usr/bin/touch -hcmd "2021-10-17 22:04:26.0000000000 -0300" './README.md'
/usr/bin/touch -hcad "2021-10-17 00:00:00.0000000000 -0300" './README.md'
/usr/bin/touch -hcad "2021-10-18 11:39:29.8151674000 -0300" './README.md'
chown -h 197609:197609 './git-meta.sh'
chmod 0755 './git-meta.sh'
/usr/bin/touch -hcmd "2021-10-17 20:42:24.0000000000 -0300" './git-meta.sh'
/usr/bin/touch -hcad "2021-10-17 00:00:00.0000000000 -0300" './git-meta.sh'
/usr/bin/touch -hcmd "2021-10-18 11:39:23.0006055000 -0300" './git-meta.sh'
/usr/bin/touch -hcad "2021-10-18 11:40:06.8889444000 -0300" './git-meta.sh'
chown -h 197609:197609 './init.sh'
chmod 0755 './init.sh'
/usr/bin/touch -hcmd "2021-10-17 20:43:22.0000000000 -0300" './init.sh'
/usr/bin/touch -hcad "2021-10-17 00:00:00.0000000000 -0300" './init.sh'
/usr/bin/touch -hcad "2021-10-18 11:39:30.1434029000 -0300" './init.sh'
chown -h 197609:197609 './update.sh'
chmod 0755 './update.sh'
/usr/bin/touch -hcmd "2021-10-17 22:03:06.0000000000 -0300" './update.sh'
/usr/bin/touch -hcad "2021-10-17 00:00:00.0000000000 -0300" './update.sh'
/usr/bin/touch -hcad "2021-10-18 11:39:30.2528105000 -0300" './update.sh'
2 changes: 1 addition & 1 deletion git-meta.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e

#git-cache-meta -- simple file meta data caching and applying.
#Simpler than etckeeper, metastore, setgitperms, etc.
Expand Down

0 comments on commit 78265b5

Please sign in to comment.