mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-03 07:25:40 +08:00
fixed shell declarations
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -n "${VAR:-x}" ]; then
|
||||
WORKSPACE=.
|
||||
fi
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
echo $hash
|
||||
while read line
|
||||
|
||||
Reference in New Issue
Block a user